-
Notifications
You must be signed in to change notification settings - Fork 131
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
Does not read all paths #2
Comments
I solved my issue by manually translating the path to use only line-to commands.
Wasn't too hard as it is a fairly small and square path. But there seems to be an issue in correctly reading H and V commands. Somewhere in SvgPathParser I suppose. Specifically the lowercase versions. |
@Flamedek How did you do that? Any tool or did you create the svg using lines only? |
@Flamedek how did you convert that path? Pls. explain. |
SOLVED!!!!! Earlier I was using paths in a SVG file generated by Adobe Illustrator. Was Not working. USE GIMP!! |
Using this with an example path or some of the downloaded svg paths works fine. But when I try with a custom path, exported with Illustrator it messes up. Either by crashing or displaying a wrong path.
For example this path here:
It works fine in all other programs/online services I have tried, but not with this project. It should look like an H (as a logo), but instead it looks like this:
Any idea what's going on?
The text was updated successfully, but these errors were encountered: