Reading SVG by sadam.rapidXML
Hi all
I was looking for way to read SVG file as matrix in jitter, then I finally find this tool, but then I got this error message after I feed my SVG to it: "could not create svg object from XML string", any ideas? cheers.
I think your missing the viewBox attribute in the svg xml. Try adding anything as a viewBox attrib, like here:
width="3200"
height="800"
viewBox="0 0 640 640"