-
Notifications
You must be signed in to change notification settings - Fork 69
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
Join multiple paths #66
Comments
Yes, we should make |
The current private Ideally, the current If you'd be cool with something along these lines, I can create a PR and we can bikeshed from there (as necessary)? |
Sure, sounds good. |
Just an update: I don't actually need this anymore in my project and I have limited time lately, so I cannot make any guarantees as to when that PR is coming :( I will probably get to it at some point. In the meantime, if anyone else wants to work on it, please feel more than free to do so unannounced. |
No problem. I will add it eventually, when I would have time. |
I am looking to join multiple closed paths together so that they can be drawn together. It seems that
tiny-skia
does not provide a simple way to do this, and one must therefore resort to manually iterating over path segments and usingPathBuilder
.Is this indeed the case? If so, perhaps something like
Path::join
orPathBuilder::push_path
could be added? If not, what am I missing?The text was updated successfully, but these errors were encountered: