Optimizely
Optimizely – Handling an SVG image type and displaying it using a Path tag
In the current project that I'm on, there was an interesting request that they wanted to use SVG images for some of their things, such as logos and icons. This meant that they needed them rendered using the <Path> DOM element, not as an <Img>. This was a tricky one and there wasn't very much