(prototype/wip) SVG rendering library compatible with netstandard 2.0
Перейти к файлу
Scott Williams 87cd7ce971
Update README.md
2019-02-10 22:04:22 +00:00
Scratch use svgsharpie to parse svg and render via element visitor. 2019-02-09 23:19:29 +00:00
external tspan based text rendering + initial text anchor support 2019-02-10 22:02:32 +00:00
src/SixLabors.Svg tspan based text rendering + initial text anchor support 2019-02-10 22:02:32 +00:00
tests/SixLabors.Svg.Tests tspan based text rendering + initial text anchor support 2019-02-10 22:02:32 +00:00
.editorconfig initial commit 2017-04-04 15:30:27 +01:00
.gitignore tspan based text rendering + initial text anchor support 2019-02-10 22:02:32 +00:00
.gitmodules use svgsharpie to parse svg and render via element visitor. 2019-02-09 23:19:29 +00:00
LICENSE.txt initial commit 2017-04-04 15:30:27 +01:00
NuGet.config initial render of simple shapes to imagesharp canvas 2019-02-06 22:48:02 +00:00
README.md Update README.md 2019-02-10 22:04:22 +00:00
SixLabors.ImageSharp.Svg.sln use svgsharpie to parse svg and render via element visitor. 2019-02-09 23:19:29 +00:00

README.md

Svg

(prototype/wip) SVG rendering library compatible with netstandard 2.0

Currently has limited support for rendering shapes and text