Error: peg$SyntaxError: Expected Character but “&” Found While Parsing SVG Path Data in JavaScript
I am working with an SVG file and converting it to JSON using svgson
library. Additionally, I am using the svg-path-to-polygons
library to decode the d
attribute in the path element. However, I am encountering the following error: