mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-29 21:40:35 +03:00
update svgo invocation (#1203)
This commit is contained in:
parent
92ede33f32
commit
2cd101430c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user