Перейти к файлу
equinox2k 328f4d3e9e Revert "Update: path"
This reverts commit 4b1c44dea3.
2019-02-14 21:25:12 -08:00
docs Revert "Update: path" 2019-02-14 21:25:12 -08:00
icons Added: logo 2019-02-13 11:09:07 -08:00
src Update: added tests 2019-02-13 13:14:29 -08:00
tests Update: code coverage 2019-02-14 11:42:42 -08:00
.editorconfig Update: config 2019-02-13 13:42:33 -08:00
.gitignore Added: docfx 2019-02-13 23:41:17 -08:00
CodeCoverage.runsettings Update: config 2019-02-13 13:42:33 -08:00
EquinoxLabs.SVGSharpie.sln Update: added tests 2019-02-13 13:14:29 -08:00
LICENSE Create LICENSE 2019-02-14 10:12:19 -08:00
NuGet.Config Update: try to make netstandard 1.3 min 2019-02-12 17:25:37 -08:00
README.md Update README.md 2019-02-14 15:38:19 -08:00
_config.yml Set theme jekyll-theme-cayman 2019-02-13 15:30:11 -08:00
appveyor.yml Update: code coverage 2019-02-14 11:42:42 -08:00
build.ps1 Update: refactor ready for build automation 2019-02-13 08:16:32 -08:00
release-docs.sh Update: documentation 2019-02-14 15:13:17 -08:00
run-docs.ps1 Update: try python 3.7 2019-02-14 09:02:32 -08:00
run-tests.ps1 Fix: tests 2019-02-13 14:57:48 -08:00

README.md

SVGSharpie

in early development

SVGSharpie is intended to be bring SVG Rendering to .NET Core

The plan is to provide an interface for rendering, so that many vector drawing engines could be used. We plan to initially target ImageSharp by SixLabours. Additionally we would like to utilise a PDF engine as an additional backend.

Currently it has a fairly complete SVG Parsing engine, however it has not been hooked up to any form of rendering yet.

Watch this space for news as development progresses.

Installation

Package Name NuGet
EquinoxLabs.SVGSharpie NuGet
EquinoxLabs.SVGSharpie.ImageSharp NuGet

Build Status

Build Status Code Coverage
Windows Build Status Code coverage

Documentation