jacobfentress
2/20/2014 - 5:04 PM

Inline SVG Fallbacks - especially for problems with IE9

Inline SVG Fallbacks - especially for problems with IE9

<!--[if gt IE 9]><!-->
<img src="img/wordmark.svg" onerror="this.src=img/wordmark.png;this.onerror=null;">
<!--<![endif]--><!--[if lte IE 9]>
<img src="img/wordmark.png">
<![endif]-->