Converts SVG Strokes To Fill.
This project converts SVG strokes to fills, making it useful for icon and vector graphic optimization.
-
Install Node.js:
- Download and install Node.js from nodejs.org.
-
Install dependencies:
npm i
-
How to use:
- Windows: Drag and drop your
.svgfile ontosvg-fixer.cmd. - macOS/Linux: Run the following command in your terminal:
./svg-fixer.sh <svg-file>
- The program will process the SVG and output the result in the current directory.
- Windows: Drag and drop your
This project uses oslllo-svg-fixer for SVG fixing.