Added support for loading SVG 'dtd' schemas directly from the assembly instead of trying to download them from online resources, which in some cases can significantly reduce the loading time of SVG documents.
The ‘%userprofile%\AppData\Local\Microsoft\Windows\Fonts’ folder has been added to the default fonts lookup folders.
Reduced the size of SVG files produced by text vectorization by using quadratic beziers instead of cubic beziers and replacing relative path commands with absolute ones.