Hey guys,
Running into a problem with the latest version 4 of Pro. I’m using Safe-SVG and building the site out with SVG graphics.
However, the button fails to display SVG graphics - although it works fine with other formats. I’ve also seen SVG graphics not being rendered inside columns too.
Any idea what’s going on? - and, I don’t want to change my graphics to PNG 
Matt
– Update: the <img> is being set with width=“0” and height=“0”
Assuming there’s something wrong with detecting images sizes and SVG graphics.
And I am working around this by adding the CSS:
$el img {
width: 45px;
}


- simply dropping those attributes would at least prevent this error.