If there is bitmap image in editor, when clicked on "Save Image" downloaded image is giving "xlink:href" error
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.
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?
@omdawe you would have to open each SVG file in a text editor. and replace xlink:href: with href:
@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.