-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add support for SVG and <image> tag #277
Comments
Thanks for this feature request. Add a 👍 reaction to this issue if you would like to see this feature added. Do not add +1 comments — They will be deleted. |
...seems like the upcoming SVG 2 standard is dropping the requirement for the xlink: prefix. So the solution would have to check for both I hope I'm not the only one needing this ;) |
@hirasso I gotta ask. Why would you have an img inside an SVG? |
@neuropass https://ophelis.de/en/themen/akustik/ > scroll down a bit, the interactive image compare toy :) It's just great for advanced masking of images. |
Hi there, have been using this for ages, thanks so much! For a current project, I need to detect when images inside an SVG are loaded:
...would be a very nice thing if you would add support for images with
xlink:href
in imagesloaded :)The text was updated successfully, but these errors were encountered: