I'm looking at turning a few SVG
images I have on my site in PNG
for browsers that don't support SVG
properly. I'm mostly having issues with the text based ones being shown in IE
(completely wrong font being displayed), so I thought I'd create a fallback to PNG
.
I've tried look for a nice walkthrough for this (I'm a self confessed noob) and I haven't managed to make it all work yet. I believe I want to use modernizer.js to check for compatibility, then serve in incompatible different images(?)