mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 13:40:46 +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="M1.5.5c1.66667 9.33333 3.33333 9.33333 5 0 1.42563 2.79915 1.0923 5.46582-1 8h-3C.407705 5.96582.0743716 3.29915 1.5.5zm0 0h5c-1.66667 9.33333-3.33333 9.33333-5 0z"/></svg> |