mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-30 22:53:26 +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
742 B
XML
1 line
742 B
XML
<svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" height="800" width="800" viewBox="0 0 75.294 75.294" xmlns:v="https://vecta.io/nano"><path d="M66.097 12.089h-56.9C4.126 12.089 0 16.215 0 21.286v32.722c0 5.071 4.126 9.197 9.197 9.197h56.9c5.071 0 9.197-4.126 9.197-9.197V21.287c.001-5.072-4.125-9.198-9.197-9.198zm-4.494 6L37.647 33.523 13.691 18.089h47.912zm4.494 39.117h-56.9C7.434 57.206 6 55.771 6 54.009V21.457l29.796 19.16c.04.025.083.042.124.065s.087.047.131.069c.231.119.469.215.712.278.025.007.05.01.075.016.267.063.537.102.807.102h.002.004c.27 0 .54-.038.807-.102.025-.006.05-.009.075-.016.243-.063.48-.159.712-.278.044-.022.088-.045.131-.069s.084-.04.124-.065l29.796-19.16v32.551c-.001 1.763-1.436 3.198-3.199 3.198z"/></svg> |