PaulLeBeau’s answer is right. But another solution is to use an embed
tag instead of an img
tag for the picture.
<embed src="https://stackoverflow.com/questions/41195669/svg.svg">
Here are some ways to embed svg images in HTML.
PaulLeBeau’s answer is right. But another solution is to use an embed
tag instead of an img
tag for the picture.
<embed src="https://stackoverflow.com/questions/41195669/svg.svg">
Here are some ways to embed svg images in HTML.