We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
image
<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
The .svg previews fine in browsers. I've also tried xlink:href, and also tried <use> with href/xlink:href, no success.
<use>
The text was updated successfully, but these errors were encountered:
That is definitely not possible with the current implementation. I will investigate that.
Sorry, something went wrong.
No branches or pull requests
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:
But that just produces an error-image icon
The .svg previews fine in browsers. I've also tried xlink:href, and also tried
<use>
with href/xlink:href, no success.The text was updated successfully, but these errors were encountered: