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.
var svgElement = await SvgElement.LoadFromFile(file);
var win2DSvg = await Win2DSvgElement.Parse(resourceCreator, svgElement);
UWP : download from Nuget
SvgLab is an application for rendering SVG and drawing hand-drawn animation.
SvgLab is based on the SvgConverter library.
Download from Microsoft Store.