vitaliymaz / vscode-svg-previewer

Vscode SVG Previewer
22 stars 4 forks source link

Is it possible to preview the SVG image tag with this extension? #51

Open mendhak opened 3 years ago

mendhak commented 3 years ago

Hello there,

Is it possible to preview the image tag with this extension? My attempts so far haven't been successful.
I'm following the MDN Example which is:

<svg width="200" height="200"
  xmlns="http://www.w3.org/2000/svg">
  <image href="https://mdn.mozillademos.org/files/6457/mdn_logo_only_color.png" height="200" width="200"/>
</svg>

But that just produces an error-image icon

image

The .svg previews fine in browsers. I've also tried xlink:href, and also tried <use> with href/xlink:href, no success.

vitaliymaz commented 3 years ago

That is definitely not possible with the current implementation. I will investigate that.