mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-02 19:48:11 +00:00
b09fc88453
## Description:
Compress all images (.png, .svg, .webp) losslessly from 140Mo to 30Mo.
To confirm : find . -type f \( -iname "*.png" -o -iname "*.svg" -o
-iname "*.webp" \) -exec du -ch {} + | tail -n1
Before : 140M
Now : 30M
## Please complete the following:
- [X ] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
## Please put your Discord username so you can be contacted if a bug or
regression is found:
Iron_Mine : (300612003138109451)
1 line
681 B
XML
1 line
681 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" overflow="hidden" shape-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" xmlns:v="https://vecta.io/nano"><path fill="#fefffe" d="M4.636 2.1C4.325 1.011 5.18-.06 6.311.003l6.002.51c.831.046 1.388.873 1.118 1.661L13.112 3H5.115l-.479-.9zM9.799 21H14v3H5v-5.884l-2.145 4.527-2.71-1.286 3.688-7.784C4.573 12.01 6.169 11 7.899 11h5.102v5.853L9.8 21zM8 18.206L11.368 14H8v4.206zM9 9c2.209 0 4-1.791 4-4H5c0 2.209 1.791 4 4 4zm10.005 4.836C21.387 13.332 24 11.611 24 8h-3c0 1.679-1.037 2.417-2 2.743V0h-3v1h-1v2h1v6h-1v9h1v6h5v-2l-.977-4H23v-3h-3.711l-.285-1.164z"/></svg> |