lishu / vscode-svg2

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

Please add <image> support #148

Closed SetTrend closed 1 year ago

SetTrend commented 1 year ago

Currently, images referenced by something like this:

<svg xmlns="http://www.w3.org/2000/svg">
  <image href="./image.png" x="15%" y="5%" width="70%" height="90%"/>
</svg>

… are not supported when a single SVG file is opened. Preview is not displaying them.

Please add support.

lishu commented 1 year ago

Same like #147