An open API service indexing awesome lists of open source software.

https://github.com/ramtinsoltani/fast-svg-editor


https://github.com/ramtinsoltani/fast-svg-editor

Last synced: about 2 months ago
JSON representation

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
![alt text](https://github.com/morbidgames/fast-svg-editor/blob/master/screenshots/sc1.jpg "Fast SVG Editor")
![alt text](https://github.com/morbidgames/fast-svg-editor/blob/master/screenshots/sc2.jpg "Fast SVG Editor")
![alt text](https://github.com/morbidgames/fast-svg-editor/blob/master/screenshots/sc3.jpg "Fast SVG Editor")

## 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/)