fork of the ms svg library
Перейти к файлу
Paul Selormey a2c69b70a1
Refactoring of the Source Code Generator (#1141)
* Refactoring of the Source Code Generator

- Moved the Svg_Model.cs file as SvgModel.cs into the main source.
- Restore the standard naming of the generated code files with "*.g.cs" suffix.
- Set the output directory of the generated codes to "Generated".
- Added the Generated directory to the main source codes.
- Moved the Svg.Custom project to Tests directory.

* Update runtests.yml

- NuGet/setup-nuget@v1 to NuGet/setup-nuget@v2
- Needed to eliminate the warning: Node.js 16 actions are deprecated.

* Update AvailableElementsGenerator.cs

Removed the comment out portions.
2024-02-04 03:23:06 +09:00
.github
Generators
Samples
Source
Tests
doc
.gitignore
CONTRIBUTING.md
README.md
docfx.json
index.md
license.txt

README.md

W3C SVG Logo

SVG.NETNuGet version Gitter Testsuite DocBuild

Public fork of the C# SVG rendering library on codeplex.

This started out as a minor modification to enable the writing of proper SVG strings. But now after almost two years we have so many fixes and improvements that we decided to share our current codebase to the public in order to improve it even further.

So please feel free to fork it and open pull requests for any fix, improvement or feature you add. You may check the contributing guide for more information on how to do this.

For information on installation and usage of the library, and for release notes please check the documentation pages.

Projects using the library

  • vvvv a hybrid visual/textual live-programming environment for easy prototyping and development.
  • Posh a windowing/interaction/drawing layer for C#/.NET desktop applications with their GUI in a browser.
  • Timeliner a Posh based timeline that can be controlled by and sends out its values via OSC.
  • Chordious a fretboard diagram generator for fretted stringed instruments.
  • HttpMaster a Windows tool for HTTP testing and debugging.

If you want your project in this list, send me a pull request on this file or link + short description to tebjan (at) vvvv.org

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