<i>resvg</i> [1] is an SVG rendering library that aims to replace librsvg and QtSvg. It supports multiple backends and designed for edge-cases. It doesn't support all SVG features yet, but it's already has the best support for edge-cases [2].<p>In the latest release, I've added a Windows Explorer extension [3] which can be used to render SVG thumbnails via <i>resvg</i>. Previously, the only solution was to use <i>SVG Viewer Extension for Windows Explorer</i> [4] which use Qt4 SVG module, which is very primitive and outdated.<p>[1] <a href="https://github.com/RazrFalcon/resvg" rel="nofollow">https://github.com/RazrFalcon/resvg</a><p>[2] <a href="https://razrfalcon.github.io/resvg-test-suite/svg-support-table.html" rel="nofollow">https://razrfalcon.github.io/resvg-test-suite/svg-support-ta...</a><p>[3] <a href="https://github.com/RazrFalcon/resvg/releases" rel="nofollow">https://github.com/RazrFalcon/resvg/releases</a><p>[4] <a href="https://github.com/maphew/svg-explorer-extension" rel="nofollow">https://github.com/maphew/svg-explorer-extension</a>