]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107817 - notriddle:notriddle/wheel-svg, r=GuillaumeGomez
authorMichael Goulet <michael@errs.io>
Thu, 9 Feb 2023 04:01:27 +0000 (20:01 -0800)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 04:01:27 +0000 (20:01 -0800)
commitae2ecff04b3029030d0aa0dff57a4f8eaf1a6747
tree65ee31713993a3cb49458280393ff6fa11071c3a
parentab09405e99ec2a0feab5750eed67c8a35051f5f3
parent8cb5be96c4740e70faa710a7b0d6140c8fbcc4ea
Rollup merge of #107817 - notriddle:notriddle/wheel-svg, r=GuillaumeGomez

rustdoc: use svgo to shrink `wheel.svg`

use [svgo] to shrink `wheel.svg`

[svgo]: https://github.com/svg/svgo

    $ du -bs src/librustdoc/html/static/images/wheel.svg wheel-old.svg
    2972    src/librustdoc/html/static/images/wheel.svg
    3764    wheel-old.svg

100*((2972-3764)/3764) = -21.04%