Reading SVG by sadam.rapidXML

Abao's icon

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.

tsp-tests.zip
zip
Robert White's icon

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"