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

If there is bitmap image in editor, when clicked on "Save Image" downloaded image is giving "xlink:href" error #126

Open
HarshaGudigar opened this issue Jul 5, 2021 · 4 comments

Comments

@HarshaGudigar
Copy link

Capture

@HarshaGudigar HarshaGudigar changed the title If there is bitmap image in editor, when clicked on "Save Image" giving "xlink:href" error If there is bitmap image in editor, when clicked on "Save Image" downloaded image is giving "xlink:href" error Jul 5, 2021
@aeadedoyin
Copy link

aeadedoyin commented Oct 17, 2021

Hey @HarshaGudigar i had the same issue its cause xlink:href: is now deprecated use href: instead.
So open the svg in an editor, and change it.

@omdawe
Copy link

omdawe commented Dec 6, 2022

Thanks @aeadedoyin for the fix. Ok what file is making "xlink:href" so we can change it, so it do not save it like that?

@aeadedoyin
Copy link

@omdawe you would have to open each SVG file in a text editor. and replace xlink:href: with href:

@omdawe
Copy link

omdawe commented Dec 7, 2022

@aeadedoyin Thanks again, i figured that out when i read your post yesterday. But for sure its some file that is generating that "xlink:href" link. Meaning we could change that file so it do not make the error it in the first place.

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

3 participants