What's the recommended way of interpolating between two SkPaths of varying lengths? #977
-
If I recall correctly, this can't be done out-of-the-box. Is there any library you recommend that can help with this and do you know of any examples? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
wcandillon
Oct 7, 2022
Replies: 2 comments 1 reply
-
If the paths are really really different I recommend flubber: https://github.com/veltman/flubber |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Jorundur
-
I have to say that sometimes even for simple use-case manual prep is hard (because of the path order) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the paths are really really different I recommend flubber: https://github.com/veltman/flubber
If there is a way to do it manually for simple use-cases, I recommend it too.