SvgConverter
SvgConverter copied to clipboard
SvgConverter is a library for UWP platform to convert and display SVG files.
SvgConverter
SvgConverter is a library for UWP platform to convert and display SVG files.
It provides the following features:
-
Parse/render SVG files, hand-drawn SVG animation.
-
Parsing text path, hand-drawn text animation.
Using SvgConverter
var svgElement = await SvgElement.LoadFromFile(file);
var win2DSvg = await Win2DSvgElement.Parse(resourceCreator, svgElement);
Download
UWP : download from Nuget
Sample App
SvgLab
SvgLab is an application for rendering SVG and drawing hand-drawn animation.
SvgLab is based on the SvgConverter library.
Download from Microsoft Store.
Screenshot:
GIF: