Ditch svgo config file

svgcleaner is a better tool for this job.
This commit is contained in:
Chocobo1 2020-05-23 13:26:06 +08:00
parent 2319bdd23b
commit f98d2cb01b
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
2 changed files with 9 additions and 12 deletions

View file

@ -1,8 +0,0 @@
# config file for [SVGO](https://github.com/svg/svgo)
# SVGO: Node.js tool for optimizing SVG files
# svgo --config=<this file> <svg file>
multipass: true
js2svg:
pretty: true
indent: ' '

View file

@ -1,7 +1,12 @@
qBittorrent Theme Icons
------------------------------------------
Initial `qbt-theme` icons created by Bert Verhelst (<verhelstbert@gmail.com>).
# qBittorrent Icons
Icons are based on the `Font-Awesome` icon-set: [link](http://fontawesome.io/icons/).
Initial `qbt-theme` icons created by Bert Verhelst (<verhelstbert@gmail.com>).
Icons are based on the `Font-Awesome` icon-set: [link](http://fontawesome.io/icons/).
If you need to add an icon that qBittorrent does not already use, you can take an icon from the SVG fork of `Font-Awesome`: [link](https://github.com/encharm/Font-Awesome-SVG-PNG).
## Optimizing SVG
Use [svgcleaner](https://github.com/RazrFalcon/svgcleaner)