Hello!
We noticed some problems with SVG files that don’t have an explicit width
and height
attribute on their root element.
Safari works as expected. Chrome renders with wrong dimensions. Firefox does not render.
I would suggest a fallback to the viewbox
attribute for width and height.