You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofarc
.The text was updated successfully, but these errors were encountered: