mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-27 19:44:21 +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
1013 B
XML
1 line
1013 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 125" xmlns:v="https://vecta.io/nano"><path d="M86.482 12.673h-1.839c-18.965 0-33.29-11.565-33.435-11.682l-.242-.198L50.003 0l-.002.002L49.997 0l-.962.793-.244.198c-.144.117-14.469 11.682-33.434 11.682h-1.838-.002v47.558h.002c0 28.016 36.123 39.656 36.478 39.769.357-.112 36.485-11.753 36.485-39.769h.001l-.001-47.558h0zM50.001 92.075c-3.986-1.394-29.805-11.251-29.805-32.743V19.146c15.004-.544 26.395-7.931 29.805-10.438 3.408 2.507 14.8 9.894 29.804 10.438v40.186c0 21.492-25.819 31.35-29.804 32.743zm-3.926781 20.33906l.121093.0176v-.0176zm-44.4902346 4.44532c-.014455-.003-.030007-.003-.046875.004.028683.008.058198.0117.087891.0156-.013204-.009-.026561-.0163-.041016-.0195zm50.7851566.78515l-.0625.0644c.08126-.0135.111943-.0172.0625-.0644zM0 117.84766v.043h.00976563L0 117.84766zm.42578125 2.07031V120h.0371094l-.0371094-.082zm13.17382775.0937l.169922.0137.214844-.006c.02637-.001.04743-.006.07227-.008-.152252-.00056-.304756.00026-.457032 0z"/></svg> |