mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
Upscaling on Qt didn't work properly as Windows calculates it differently, it's better to give far larger pictures and icons and let it downscale. Also added most country flags that are relevant for PCSX2. Reduces size icons from 3.5 MB to a whopping 0.34 MB (340 KB!) but looks even better for everyone. Hopefully fixes #6255
6 lines
298 B
XML
6 lines
298 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
<g>
|
|
<path fill="none" d="M0 0h24v24H0z"/>
|
|
<path d="M8 8v8h8V8H8zM6 6h12v12H6V6zm0-4h2v3H6V2zm0 17h2v3H6v-3zM2 6h3v2H2V6zm0 10h3v2H2v-2zM19 6h3v2h-3V6zm0 10h3v2h-3v-2zM16 2h2v3h-2V2zm0 17h2v3h-2v-3z"/>
|
|
</g>
|
|
</svg>
|