Skip to content

Commit

Permalink
Rollup merge of #107817 - notriddle:notriddle/wheel-svg, r=GuillaumeG…
Browse files Browse the repository at this point in the history
…omez

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%
  • Loading branch information
compiler-errors committed Feb 9, 2023
2 parents ab09405 + 8cb5be9 commit ae2ecff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/images/wheel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae2ecff

Please sign in to comment.