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

svg with ImageOverlay not rendering properly #6630

Closed
sebmat003 opened this issue Apr 30, 2019 · 1 comment
Closed

svg with ImageOverlay not rendering properly #6630

sebmat003 opened this issue Apr 30, 2019 · 1 comment

Comments

@sebmat003
Copy link

sebmat003 commented Apr 30, 2019

I am using ImageOverlay to display one single svg. But this svg contains <image> tags which is not render by <img> html tag.
It would works with something like this:
<object type="image/svg+xml" data="image.svg"></object>
or
<embed type="image/svg+xml" src="image.svg" />

Here is the screen with my problem:
1

I suggest to add ObjectOverlay with tag <object> and data instead of src.

@IvanSanchez
Copy link
Member

Closing as duplicate of #6517

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

No branches or pull requests

2 participants