How to connect many skia paths #878
Unanswered
pandey21197
asked this question in
Q&A
Replies: 1 comment
-
Hi @pandey21197! I'm not 100% sure if I understand what you're trying to do - but paths in Skia are fully mutable and customisable so you should be able to use some math to calculate the missing points between the two paths and connect them. If by connect you mean to render/draw two paths so that they look the same I think that should be easily doable by just render the two paths on top of each other? Skia doesn't have a layout system where elements are moved or pushed when they are stacked on top of each other. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
To Support multi gradient i have segregated different paths.
Both the scenarios scenarios below are using the same data points.
Not able to connect a path of 2 points to adjacent paths.
How can a connect paths in scenario 1 to achieve scenario 2.
Beta Was this translation helpful? Give feedback.
All reactions