You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: t is undefined
...romXML=function(t){var r,e,n,o,i;return i=Number(t.getAttribute("w")),n=Number(t...
As example this SVG:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox = "0 0 1568 851" version = "1.1">
<!-- svg generated using QGIS www.qgis.org -->
<g id="jop" inkscape:groupmode="layer" inkscape:label="jop">
<g stroke="none" fill="rgb(213,117,239)" stroke-linejoin="round" stroke-width="0.26">
<g id="jop_1" >
<path d="M 310,90 L 415,75 L 446,132 L 341,190 L 213,147 L 310,90 " />
</g>
<g id="jop_2" >
<path d="M 493,331 L 587,228 L 1057,276 L 1231,401 L 1098,616 L 733,718 L 423,669 L 282,540 L 316,412 L 418,344 L 464,301 L 421,322 L 395,346 L 492,281 L 548,279 L 545,277 L 493,331 " />
</g>
</g>
</g>
<!-- QGIS extent for clipping, eg in Inkscape -->
<g id="qgisviewbox" inkscape:groupmode="layer" inkscape:label="qgisviewbox" stroke="rgb(255,0,0)" stroke-width="1" fill="none" >
<path d="M 0,847 L 1564,847 L 1564,0 L 0,0 L 0,847 " />
</g></svg>
but the strange is. With this following SVG file it is working great:
it is working without an error. So is really a parsing issue. But it is not the same in terms of layer. But at leastworking. Could you please fix that. Thank you.
Well I always get this error when I use a SVG:
As example this SVG:
but the strange is. With this following SVG file it is working great:
So there must be anything wrong in the parser. Or could you maybe tell me which tool the first SVG was created by?
The text was updated successfully, but these errors were encountered: