Skip to content
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

Closed
szotp opened this issue Feb 25, 2019 · 4 comments
Closed

svg not rendering correctly #122

szotp opened this issue Feb 25, 2019 · 4 comments

Comments

@szotp
Copy link

szotp commented Feb 25, 2019

screenshot 2019-02-25 at 09 02 50

example.svg.zip

It looks like pen is not centered in the circle. Checked problem with current master.

@szotp
Copy link
Author

szotp commented Feb 25, 2019

I managed to fix this by changing translate(4.338) into translate(4.338 0)

@dnfield
Copy link
Owner

dnfield commented Feb 25, 2019

This is a bug in the parsing. I have it set up right now to assume x should be repated if y is not specified, which is not accurate for this case - y defaults to 0.

@dnfield
Copy link
Owner

dnfield commented Feb 25, 2019

This should be fixed on master, will be released as v0.10.4 once CI passes. Thanks for the clear reproduction!

@dnfield dnfield closed this as completed Feb 25, 2019
@dnfield
Copy link
Owner

dnfield commented Feb 25, 2019

This should be fixed now, please feel free to re-open if it's not working for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants