You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Public fork of the C# SVG rendering library on CodePlex.
4
+
SVG.NET is a C# library to read, write and render SVG 1.1 images in applications based on the .NET framework.
5
5
6
-
This started out as a private fork by [vvvv](https://vvvv.org) with some minor modification to enable the writing of proper SVG strings.
7
-
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.
8
-
In 2021, the repository has been transferred from the company organization `vvvv` to the new organization `svg-net` (e.g. SVG.NET).
6
+
It is compatible with platforms implementing .NET Standard 2.0 and works under Windows, Linux, and macOS
7
+
(the latter two with some limitations with respect to rendering).
8
+
9
+
SVG.NET is available as a NuGet package and can be referenced by any .NET application supporting .NET Standard 2.0.
10
+
11
+
## Documentation
12
+
For information on installation and usage of the library, and for release notes please check the [documentation pages](https://svg-net.github.io/SVG/).
13
+
Note that the documentation is very rudimentory - any help to improve it is greatly appreciated!
9
14
10
15
## Contributing
11
16
This project is in need of contributors.
@@ -16,10 +21,11 @@ For those interested in leading or contributing to specific initiatives like the
16
21
Please feel free to fork the repository and open pull requests for any fix, improvement or feature you want to add.
17
22
You may check the [contributing guide](https://github.com/svg-net/SVG/blob/master/CONTRIBUTING.md) for more information on how to do this.
18
23
19
-
## Documentation
20
-
For information on installation and usage of the library, and for release notes please check the [documentation pages](https://svg-net.github.io/SVG/).
21
-
Note that the documentation is incomplete - any help to improve it is greatly appreciated!
22
-
24
+
## History
25
+
This project is a public fork of the SVG.NET C# library originally created by Microsoft on (now defunct) CodePlex.
26
+
It started out as a private fork by [vvvv](https://vvvv.org) with some minor modification to enable the writing of proper SVG strings.
27
+
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.
28
+
In 2021, the repository has been transferred from the company organization `vvvv` to the new organization `svg-net` (e.g. SVG.NET).
0 commit comments