-
-
Notifications
You must be signed in to change notification settings - Fork 577
New node: Arc #2470
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
New node: Arc #2470
Conversation
Most of the code copied from
Tested it against circle with stroke +1px to see differences between them. Found none, seems pretty accurate. Works for any angle from 0 to 360. |
|
Doesn't the ellipse part of #1715 also cover the use case of an arc. I believe implementing that would make an arc node redundant. So we shouldn't not have separate nodes. |
Oh, it was inside todo: |
!build |
|
aa7ff13
to
e11b57a
Compare
I made some improvements, now it can animate with values of any range without discontinuities: capture_66_.mp4 |
Closes #2434