-
Notifications
You must be signed in to change notification settings - Fork 459
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 not rendering correctly #122
Comments
I managed to fix this by changing translate(4.338) into translate(4.338 0) |
This is a bug in the parsing. I have it set up right now to assume |
This should be fixed on master, will be released as v0.10.4 once CI passes. Thanks for the clear reproduction! |
This should be fixed now, please feel free to re-open if it's not working for you. |
example.svg.zip
It looks like pen is not centered in the circle. Checked problem with current master.
The text was updated successfully, but these errors were encountered: