How to open and render SVG files in .NET environment?

Ruslan picture Ruslan · Aug 26, 2011 · Viewed 43.3k times · Source

Are there any relatively easy ways to deal with SVG images in .NET?

  1. How to extract all graphic primitives from file.
  2. How to render a SVG file to memory buffer (with transparency)

P.S. I'm using SFML as a graphic outputting engine.

Answer

Yahia picture Yahia · Aug 26, 2011

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