I have a .svg logo on my website, http://www.dailydoog.com, and it renders correctly in every browser except for Internet Explorer. Even newer versions of IE (9+) that have built-in SVG support won't render the logo.
I'm using the following markup
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
but it doesn't seem to be having any impact. Am I just missing something really simple here?