Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 843 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 843 Bytes

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