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
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
I see a couple strange things about your image tag:
It has two href attributes. Is that in your source code, or is a library adding an extra one?
I believe SVG image tags use xlink:href as the attribute name, not href.
The test page uses several image tags, so I'm fairly confident this functionality is working. Take a look at that code to see if there are meaningful differences from your code, and feel free to re-open if you find a problem.
I have an image tag inside svg tag like this
But when I save to png file, that image tag does not show
The text was updated successfully, but these errors were encountered: