Mention the need to minimize .svg images

As suggested by https://github.com/badges/shields/pull/861#discussion_r96729020.
This commit is contained in:
Thaddee Tyl 2017-01-24 23:03:12 +01:00
parent 21ae49ad85
commit 225ed98663

View File

@ -28,6 +28,12 @@ gets generated from the `try.html` file with a `make website`.
`https://img.shields.io/gitter/room/nwjs/nw.js.svg`. The vendor is gitter, the
badge is for rooms, the parameter is nwjs/nw.js, and the format is svg.
Please minimize `.svg` files (eg. in logo/) through [SVGO][] (eg. by using
[svgomg][]).
[SVGO]: https://github.com/svg/svgo
[svgomg]: https://jakearchibald.github.io/svgomg/
## Implementations
The main implementation, available at <http://shields.io>, has its code located in this repository.