Skip to content

Set type to Blob for SVG image

Cédric Krier requested to merge topic/default/sao-image-url-svg into branch/default

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