You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when i'm trying to parse a SVG Image:
Error: Expected > (116:26). If this is valid SVG, it's probably a bug in svg-parser. Please raise an issue at https://github.com/Rich-Harris/svg-parser/issues – thanks!
<path d="M604.9,113.3c0.
^
In the SVG the line that i'm getting the error is like that:
This error it's weird because it appers sometimes, but not all times that i try to parse.
Sometimes it goes on pass that point, but get another error in other line, it's a very random error, but all of them with this "path" tag.
Any tips on how to solve this?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I'm getting this error when i'm trying to parse a SVG Image:
In the SVG the line that i'm getting the error is like that:
This error it's weird because it appers sometimes, but not all times that i try to parse.
Sometimes it goes on pass that point, but get another error in other line, it's a very random error, but all of them with this "path" tag.
Any tips on how to solve this?
Thank you.
The text was updated successfully, but these errors were encountered: