Reputation: 3028
Are there any relatively easy ways to deal with SVG
images in .NET?
P.S. I'm using SFML as a graphic outputting engine.
Upvotes: 32
Views: 56488
Reputation: 2881
We can now use Svg.Skia from Nuget. We can use SkiaSharp with it.
Upvotes: 1
Reputation: 70369
please see Converting SVG to PNG using C# - there are two options to deal with SVG from .NET...
Another option is http://www.codeproject.com/KB/WPF/SharpVectors.aspx
Upvotes: 16