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

Unsupported path format in parser. #3

Open
hihajdus opened this issue Jun 17, 2021 · 1 comment
Open

Unsupported path format in parser. #3

hihajdus opened this issue Jun 17, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@hihajdus
Copy link

There is a missing zero before the coma and this path isn't load correctly (a isn't parsed).
<path id="South" class="cls-1" d="M556.13,1706.22c-2.16-.21-3.39-1.8-5-2.81-6.84-4.27-12.56-8.79-17.55-15-.7-.87-1.23-1.87-1.92-2.72-.1-.12-5.62-2.72-6.94-3.68-2.05-1.51-8.82-10.41-11.43-15.06-2.89-

Correct looking path:
<path d="M 839.82577,-495.28739 C 839.45276,-495.89093 838.6522,-496.07857 838.04673,-495.70438 C 837.31261,-495.25066 837.18667,-495.65148 837.66868,-496.90758 C 838.06622,-497.94354 838.08352,-498.4832

@KacperMadej
Copy link
Collaborator

Internal note:
The main problem here is that the a in path is not parsed causing the output to have path properties full of NaNs.

@KacperMadej KacperMadej added the bug Something isn't working label Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants