Great work. This is was sorely needed.<p>May I ask why did you go with progressive enhancement instead of graceful degradation? Sort of like<p><pre><code> <img class="logo svg" src="logo.png" ... />
</code></pre>
This would allow old clients with javascript disabled to still display the image, but I'm not sure if it would cause duplicate requests in modern browsers.
It's great, but you need to make it more customizable. I had an SVG logo once that would fail to render correctly on most browsers, even though they supported `SVG#BasicStructure`.<p>Make it an option so we can decide what subset of SVG "each" image needs!
Kudos to you benhowdle89. This is just what I was looking for recently since I've been trying to move old sites to support svgs. Also, digging the kanye quote.