mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 12:56:34 +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
276 B
XML
1 line
276 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800" fill="none" stroke="#fff" xmlns:v="https://vecta.io/nano"><circle cx="400" cy="400" r="249.7" stroke-dasharray="98 98" stroke-width="100"/><ellipse cx="400" cy="400" rx="159.6" ry="164.9" stroke-width="125"/></svg> |