Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a scale method to Graphic2d #63

Closed
NTaylorMullen opened this issue Aug 7, 2013 · 0 comments
Closed

Add a scale method to Graphic2d #63

NTaylorMullen opened this issue Aug 7, 2013 · 0 comments
Assignees
Milestone

Comments

@NTaylorMullen
Copy link
Owner

In order to control the size of graphics it should have a scale method that just multiplies the size. Scale should be:

public Scale(scale: number): void {
...
}

Lastly this should be abstract.

@ghost ghost assigned NTaylorMullen Aug 7, 2013
NTaylorMullen added a commit that referenced this issue Aug 9, 2013
- Some graphics may not have a scale method.

#63
NTaylorMullen added a commit that referenced this issue Oct 15, 2013
- Some graphics may not have a scale method.

#63
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant