lishu / vscode-svg2

A vscode svg langauge support extension
MIT License
200 stars 10 forks source link

Can't export SVG to PNG!! "Export PNG Fail, SVG may need to be corrected." #144

Closed piwawa closed 1 year ago

piwawa commented 1 year ago

image 屏幕截图 2023-03-13 111938

lishu commented 1 year ago

Your svg root element lost xmlns="http://www.w3.org/2000/svg".

piwawa commented 1 year ago

Your svg root element lost xmlns="http://www.w3.org/2000/svg".

What does it mean? I also don't know where to add it.

lishu commented 1 year ago

The first svg element must have xmlns="http://www.w3.org/2000/svg".

You can see any .svg file will has it.

Just like in this project file Cross.svg