Set type to Blob for SVG image

Without proper type, browsers do not render SVG image from Blob. So we try to guess if it is an SVG image by trying to parse it as XML. For other types, browsers render them without type.

Closes #12201 (closed)

Merge request reports

Loading