Skip to content

HHChaos/SvgConverter

Repository files navigation

SvgConverter

SvgConverter is a library for UWP platform to convert and display SVG files.

It provides the following features:

  1. Parse/render SVG files, hand-drawn SVG animation.

  2. 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:

Screenshot

GIF: Screenshot

About

SvgConverter is a library for UWP platform to convert and display SVG files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published