mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 08:48:10 +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
859 B
XML
1 line
859 B
XML
<svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" width="32" height="32" xmlns:v="https://vecta.io/nano"><path d="M23.203054 12.861316l.07072-2.415754V7.5088935l-3.487177 2.9366685-2.751603 2.317216-.759116.04898.02354-2.3662V7.5088935l-3.487181 2.9366685-2.659468 2.192064-.8277125-.0083V8.9772305 5.7775778l-.9231776-1.170651-2.5640066-.0347179H3.504675L2.350691 5.9028882V16.318899v11.746676h13.948724 13.948728V17.787234 7.5088935l-3.487181 2.9366685-2.782554 2.338265zM12.114798 23.660571h-1.394873-1.3948707V21.45807v-2.2025c-.012167-.05128.583066-.323608.8828537-.335023l.950693.01108c.393944.0084.890977.307088.956197.323952v2.202501zm6.974362 0h-1.394871-1.394874V21.45807v-2.2025l.843464-.392665 1.001527-.01333.944754.405974v2.202501zm6.974365 0h-1.394873-1.394874V21.45807v-2.2025l.827282-.392665 1.017219-.0037.945246.396393v2.2025z"/></svg> |