Skip to content
New issue

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

base64 encoded svg support needed #209

Closed
ngaurav opened this issue Jan 11, 2020 · 0 comments · Fixed by #502
Closed

base64 encoded svg support needed #209

ngaurav opened this issue Jan 11, 2020 · 0 comments · Fixed by #502

Comments

@ngaurav
Copy link
Contributor

ngaurav commented Jan 11, 2020

<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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant