-
Notifications
You must be signed in to change notification settings - Fork 46
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
Images don't show in Inkscape #113
Labels
Comments
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:href |
felixfbecker
added a commit
that referenced
this issue
Apr 11, 2021
xlink:href is removed from SVG2.0, but non-namespaced href is not supported by Inkscape. Fixes #113
felixfbecker
added a commit
that referenced
this issue
Apr 11, 2021
xlink:href is removed from SVG2.0, but non-namespaced href is not supported by Inkscape. Fixes #113
🎉 This issue has been resolved in version 0.11.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This issue on the Inkscape issue tracker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bitmap pictures of SVG output are not visible in free vector editor named Inkscape. The reason is probably because image href attribute should be xlink:href. I tried changing following lines localy (c:\Users[username]\AppData\Roaming\Mozilla\Firefox\Profiles[profilename].default\extensions\svg-screenshots@felixfbecker.xpi\src) in (content|background).js(|.map) which solved the issue for me:
Please include Inkscape to your testing software.
The text was updated successfully, but these errors were encountered: