This is a filetype plugin for loading SVG (Scalable Vector Graphics) and its compressed variant SVGZ files.
SVG elements can be rendered as a flat image file or each on a separate layer.
The plugin is a tiny wrapper around the SVG.NET Library which does the actual SVG reading.
Disclaimer: I merged all required third party libraries into a single file so everyone can easily install, remove and update it when needed. Because of this merging, the binary form of the plugin contains code from the Fizzler project ( LGPL - GNU LESSER GENERAL PUBLIC LICENSE ) which