Hi
I am having problems to load correctly svg files from inkscapes, basic geometries seem to work fine but if I add some text and make it into a path it loads weirdly in the controller as you can see in the image attached.
Also consider these 2 paths:
<path
id="path3017"
d="m 483.12041,710.40463 a 6.7950955,6.7950955 0 1 0 -13.59019,0 6.7950955,6.7950955 0 1 0 13.59019,0 z"/>
<path
id="path3019"
d="m 471.47072,726.33063 c 0,-3.75283 -2.78973,-6.54255 -6.54256,-6.54255 -3.75282,0 -6.79509,3.04226 -6.79509,6.79509 0,3.75283 3.04227,6.79509 6.79509,6.79509 3.75283,0 6.54256,-3.2948 6.54256,-7.04763 z" />
the first one will not draw, the second one will.
tx
Simone
|