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
<svg> tag is supported but when svg image is present inside img tag it fails to get rendered.
For example <img src='data:image/svg+xml;base64,...../> will throw an error.
I can see that both <svg> tag and <img> tag are a subclass of ReplacedElement. But current implementation ignores the meta data (image/svg+xml) inside <img> tag.
The text was updated successfully, but these errors were encountered:
<svg>
tag is supported but when svg image is present inside img tag it fails to get rendered.For example
<img src='data:image/svg+xml;base64,...../>
will throw an error.I can see that both
<svg>
tag and<img>
tag are a subclass of ReplacedElement. But current implementation ignores the meta data (image/svg+xml) inside<img>
tag.The text was updated successfully, but these errors were encountered: