SVG.NET
Public fork of the C# SVG rendering library on CodePlex (now out of service).
This started out as a private fork by vvvv with some minor modification to enable the writing of proper SVG strings.
After almost two years of fixes and improvements the company decided to share the codebase with the public in order to improve it even further.
In 2021, the repository has been transferred from the company organization vvvv to the new organization svg-net (e.g. SVG.NET).
Please feel free to fork it and open pull requests for any fix, improvement or feature you want to add. You may check the contributing guide for more information on how to do this.
Downloads
The SVG-NET is available as NuGet Package. The repository includes
- Source: The main source code directory.
- Generators: A Roslyn source code generator for generating the SVG factory elements.
- Tests: NUnit based test unit project, benchmark project and other test tools, and
- Samples: For sample applications
- Docs: For the documentations (in Markdown format).
License
Licensed under the MS-PL license,
This project has dependencies on other open-source projects. These projects are referenced via NuGet packages and might be subject to different licenses.
| Project | Author | Sources | License |
|---|---|---|---|
| ExCSS | Tyler Brinks (@tylerbrinks) | GitHub | MIT |