mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 13:20:43 +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
365 B
XML
1 line
365 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="9" height="9" shape-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" xmlns:v="https://vecta.io/nano"><path d="M-.5-.5h2c2.60422 3.06691 1.93755 4.06691-2 3v-3zm7 0h2v3c-3.93755 1.06691-4.60422.06691-2-3zm-3 4c1.33333.66667 1.33333.66667 0 0zm3 5h-5c1.66667-4 3.33333-4 5 0z"/></svg> |