Open kwoxer opened 9 years ago
What I found out so far. If I replace:
<?xml version="1.0"?>
<!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 -->
with
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg enable_background="new 0 0 500 401" height="401px" style="stroke-linejoin: round; stroke:#000; fill:#f6f3f0;" version="1.1" viewBox="0 0 500 401" width="500px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"><![CDATA[path { fill-rule: evenodd; }
#context path { fill: #eee; stroke: #bbb; } ]]></style></defs><metadata><views><view h="401" padding="0" w="500"><proj id="laea" lat0="51.11" lon0="9.851"/><bbox h="96.26" w="70.93" x="968.99" y="951.09"/><llbbox lat0="-90" lat1="90" lon0="-180" lon1="180"/></view></views></metadata>
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?