methodofaction / Method-Draw

Method Draw, the SVG Editor for Method of Action
http://editor.method.ac
MIT License
2.79k stars 705 forks source link

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

Open HarshaGudigar opened 3 years ago

HarshaGudigar commented 3 years ago

Capture

aeadedoyin commented 2 years ago

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 commented 1 year ago

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 commented 1 year ago

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

omdawe commented 1 year ago

@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.