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

Enhancements for arcs. #54

Closed
fryguybob opened this issue Oct 29, 2012 · 1 comment
Closed

Enhancements for arcs. #54

fryguybob opened this issue Oct 29, 2012 · 1 comment
Assignees

Comments

@fryguybob
Copy link
Member

The documentation for arc states that the output is always CCW. The implementation however will give CW arcs. See this example, current output, and correct output.

Only giving one direction is likely to be the more consistent option. I think we should change the implementation to always output CCW but also give some guidance and more functions for common situations. In fact there are many other common arc creation scenarios that we should handle.

As far as I know only roundedRect' will have to be fixed with this change, but we should grep for other uses of arc.

@ghost ghost assigned fryguybob Oct 29, 2012
@byorgey
Copy link
Member

byorgey commented Nov 2, 2012

Closed by #56.

@byorgey byorgey closed this as completed Nov 2, 2012
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

2 participants