mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-24 13:52:45 +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
438 B
XML
1 line
438 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="M4.5.5c1.33333.66667 1.33333.66667 0 0zm0 1c-.16212 2.0273.00454 4.0273.5 6 1.0391-1.2101 2.20577-2.2101 3.5-3v2c-1 .33333-1.66667 1-2 2h-5c-.33333-1-1-1.66667-2-2v-2c1.294229.7899 2.4609 1.7899 3.5 3 .19088-2.20779.69088-4.20779 1.5-6z"/></svg> |