Skip to content

Commit e4b93e9

Browse files
committed
Slightly restructured README
- added introductory sentence - moved history to separate sub-chapter
1 parent efc9fb9 commit e4b93e9

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
![W3C SVG Logo](https://www.w3.org/Icons/SVG/svg-logo-v.png)
22
# SVG.NET[![NuGet version](https://badge.fury.io/nu/svg.svg)](https://badge.fury.io/nu/svg) [![Gitter](https://badges.gitter.im/vvvv/SVG.svg)](https://gitter.im/vvvv/SVG?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) ![Testsuite](https://github.com/svg-net/SVG/workflows/Testsuite/badge.svg?branch=master) ![DocBuild](https://github.com/svg-net/SVG/workflows/DocBuild/badge.svg?branch=master)
33

4-
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.
55

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!
914

1015
## Contributing
1116
This project is in need of contributors.
@@ -16,10 +21,11 @@ For those interested in leading or contributing to specific initiatives like the
1621
Please feel free to fork the repository and open pull requests for any fix, improvement or feature you want to add.
1722
You may check the [contributing guide](https://github.com/svg-net/SVG/blob/master/CONTRIBUTING.md) for more information on how to do this.
1823

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).
2329

2430
## Projects using the library
2531

0 commit comments

Comments
 (0)