I am having issues with google chrome not rendering svg with an img tag. This happens when refreshing the page and initial page load. I can get the image to show up by \"
.svg image does not have it's initial height and width. Therefore it is not visible. You have to set it.
.svg
You can do either in-line or in css file:
In-line:
Css file:
.image { width: 100px; height: 50px; }