# fast-svg-editor **Repository Path**: lanicon/fast-svg-editor ## Basic Information - **Project Name**: fast-svg-editor - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/)