Open ctrlcctrlv opened 7 years ago
If I remove the s
at the end, outline.getShapes()
just returns an empty array; see issue #2.
This library is not ready for production, it's full of bugs and not to spec.
I'm also running with this issue, I noticed it when testing export from Figma and Illustrator - and indeed the illustrator ones get this parsing error. Figma doesn't use S or s in its exports I think.
"S" and "s" are valid SVG drawing commands, but this library crashes upon seeing them with the message:
Path in question:
Illustrator routinely outputs SVG paths with
s
commands.