Image uploader not working for images in svg format

Hi Calvin,

Sometimes, this is because of a syntax error in the SVG. Can you open the non-working SVG in a text editor, and see if this line is there:

xlink:href="data:img/png;base64,

If it is, try replacing it with:

xlink:href="data:image/png;base64,

Does that work?

2 Likes