update svgo invocation (#1203)

This commit is contained in:
Michael R. Crusoe 2019-02-09 11:13:45 +02:00 committed by Eric Cornelissen
parent 92ede33f32
commit 2cd101430c

View File

@ -77,7 +77,7 @@ All icons in Simple Icons have been optimized with the [SVGO tool](https://githu
* Install SVGO
* With npm: `npm install -g svgo`
* With Homebrew: `brew install svgo`
* Run the following command `svgo --precision=3 icon.svg icon.min.svg`
* Run the following command `svgo --precision=3 -i icon.svg -o icon.min.svg`
* Check if there is a loss of quality in the output, if so increase the precision.
* The [SVGOMG Online Tool](https://jakearchibald.github.io/svgomg/)
* Click "Open SVG" and select an SVG file.