-
Notifications
You must be signed in to change notification settings - Fork 26
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
LineDash cannot handle complex patterns #67
Comments
Hi! I'm glad VectSharp has been useful to you! Thank you for pointing this out! The reason I implemented I will work on the implementation, let's leave this open in the meantime! |
This is now implemented in VectSharp 2.6.0! The You can even animate the dash patterns! I'm closing this issue for now, feel free to reopen it (or create a new one) if you see any problems with this or if you have any other question! |
Outstanding work man! Thank you very much |
There wasn't anything I couldn't do in VectSharp until I found dashed lines with complex patterns like most of:
Unfortunately, the current implementation of LineDash only lets you specify one "on" and one "off" length. However, SVG lets you specify an array that lets you handle the most complex patterns:
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-dasharray
Is there any plan to improve the LineDash to support this?
The text was updated successfully, but these errors were encountered: