-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Path MoveTo doesnt move to the right place #20
Comments
Thanks for the report! Rotations would be awesome. Circular arcs you should be able to build on top of The issue you're seeing is caused by the call to The The I'm not sure of the best way to fix this. There are other |
The |
MoveTo in paths doesn't seem to be working as expected for me - here is a quick example from
sbt console
to show you what I mean:And the output:
I'm trying to add support for rotating images and drawing circular arcs in paths, and ran into this while testing. If you can give me a pointer to what might be wrong, id be happy to take a crack at fixing it!
The text was updated successfully, but these errors were encountered: