dnfield / flutter_svg

SVG parsing, rendering, and widget library for Flutter
MIT License
1.66k stars 455 forks source link

Document svg-convert as a solution for cleaning up svgs #197

Open bsutton opened 5 years ago

bsutton commented 5 years ago

I note in the readme you mention a couple of tools (scour, usvg) as options to clean up svg files.

We had a no. of svg files that contained css and the above tools were no help if resolving the issue.

We found the npm package svg-convert fixed the files. I thought it might be worth updating the readme to mention this tool:

svg-style-converter

To install the tool: sudo apt install npm sudo npm i svg-style-converter -g

To run the tool svg-convert

dnfield commented 5 years ago

Sounds good, would you mind opening a PR with changes to the readme?

misterfourtytwo commented 3 years ago

package with this name is not found on npm anymore