-
Notifications
You must be signed in to change notification settings - Fork 240
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
SVG drawing problem with a specific file #515
Comments
This may be the same as #518 |
@benfry Is this issue still of interest? |
Yes, that sounds correct. Though I thought that had been fixed already in a previous PR. But yes, it's still of interest; thank you! |
Integrated the fix from #659 for Processing 4.2. |
Not sure if this is because of the elliptical arc handling or how the path is being closed, but the current (as of 4.0 beta 8) SVG parsing produces this:
for this file:
Re-saving the file with Illustrator produces this code:
which renders correctly:
Probably something fairly simple, just needs someone to start at the path parsing a bit and find what's wrong. (And make sure the fix doesn't break other SVGs).
The text was updated successfully, but these errors were encountered: