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
lead to an error: Error in parsing SVG: Unexpected end
minimal working example (W3C-Valid file): min.svg.txt
<?xmlversion="1.0"encoding="UTF-8"?>
<!DOCTYPEsvg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"
[
<!-- Set the characters used for pieces here.
The use of entities is the reason why the doctype is included,
even though it's known to cause some problems. -->
]>
<svgxmlns="http://www.w3.org/2000/svg"xmlns:xlink="http://www.w3.org/1999/xlink"version="1.1"width="226px"height="201px">
<textx="5"y="2">9</text>
</svg>
I think svgo has a prpblem with the comment in the doctype.
The text was updated successfully, but these errors were encountered:
Processing file: https://commons.wikimedia.org/wiki/File:Tsumeshogi-classic.svg with
lead to an error:
Error in parsing SVG: Unexpected end
minimal working example (W3C-Valid file):
min.svg.txt
I think svgo has a prpblem with the comment in the doctype.
The text was updated successfully, but these errors were encountered: