Description: SvgNet is an extensible set of C# classes designed to make processing and, in particular, building SVG documents easier in C#. It focuses on ease of use, so it contains many typecast operators, string parsers, and shortcut methods to make code that builds SVG as brief and readable as possible. An important part of SvgNet is the SVG-GDI bridge, a simple set of classes that take GDI calls and output corresponding SVG.
File list (Check if you may need any files):
SvgNet\index.html
......\SvgDocTest
......\..........\App.ico
......\..........\AssemblyInfo.cs
......\..........\Form1.cs
......\..........\Form1.resx
......\..........\SvgDocTest.csproj
......\SvgGdiTest
......\..........\App.ico
......\..........\AssemblyInfo.cs
......\..........\Form1.cs
......\..........\Form1.resx
......\..........\SvgGdiTest.csproj
......\..........\test.bmp
......\..........\TestApp.ndoc
......\SvgNet.ndoc
......\SvgNet.sln
......\SvgNet
......\......\AssemblyInfo.cs
......\......\ElementInterfaces.cs
......\......\GDIGraphics.cs
......\......\IGraphics.cs
......\......\SvgElement.cs
......\......\SvgElementFactory.cs
......\......\SvgEllipseElement.cs
......\......\SvgException.cs
......\......\SvgFilterElement.cs
......\......\SVGGDINotImpl.cs
......\......\SVGGraphics.cs
......\......\SvgGroupElement.cs
......\......\SvgLinearGradient.cs
......\......\SvgLineElement.cs
......\......\SvgNet.csproj
......\......\SvgPathElement.cs
......\......\SvgPolygonElement.cs
......\......\SvgPolylineElement.cs
......\......\SvgRectElement.cs
......\......\SvgScriptElement.cs
......\......\SvgStyle.cs
......\......\SvgStyledElement.cs
......\......\SvgSvgElement.cs
......\......\SvgSymbolElement.cs
......\......\SvgTextElement.cs
......\......\SvgTitleElement.cs
......\......\SvgTransformList.cs
......\......\Types.cs