https://github.com/ramtinsoltani/fast-svg-editor
https://github.com/ramtinsoltani/fast-svg-editor
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ramtinsoltani/fast-svg-editor
- Owner: ramtinsoltani
- Created: 2016-03-08T21:24:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-03T03:51:12.000Z (about 8 years ago)
- Last Synced: 2025-04-05T12:11:27.768Z (3 months ago)
- Language: C#
- Size: 1.98 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fast SVG Editor
A tool written in C# .Net which allows changing the color of existing elements (actions) in multiple SVG files (vectors) and exporting the changed files in both SVG and PNG format.
It comes in handy when working with massive number of SVG files that need the same change or need to get converted to PNG.## Screenshots


## Liberaries Used
* [SVG for C# .Net](https://github.com/vvvv/SVG)
* [Ookii Dialogs](http://www.ookii.org/Software/Dialogs/)
* [OpenPainter Color Picker](https://pscolorpicker.codeplex.com/)