mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Ditch svgo config file
svgcleaner is a better tool for this job.
This commit is contained in:
parent
2319bdd23b
commit
f98d2cb01b
2 changed files with 9 additions and 12 deletions
|
@ -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: ' '
|
|
|
@ -1,7 +1,12 @@
|
||||||
qBittorrent Theme Icons
|
# qBittorrent Icons
|
||||||
------------------------------------------
|
|
||||||
Initial `qbt-theme` icons created by Bert Verhelst (<verhelstbert@gmail.com>).
|
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/).
|
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).
|
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue