Use svg icons for the country flags.

Closes #6223.
This commit is contained in:
sledgehammer999
2017-10-21 00:41:24 +03:00
parent 9600e7f5ad
commit 52df71ad3a
496 changed files with 17702 additions and 253 deletions

13
src/icons/flags/gw.svg Normal file
View File

@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640" viewBox="0 0 640 480">
<path fill="#ce1126" d="M0 0h220v480H0z"/>
<path fill="#fcd116" d="M220 0h420v240H220z"/>
<path fill="#009e49" d="M220 240h420v240H220z"/>
<g id="b" transform="matrix(80 0 0 80 110 240)">
<path id="a" d="M0-1v1h.5" transform="rotate(18 0 -1)"/>
<use height="100%" width="100%" xlink:href="#a" transform="scale(-1 1)"/>
</g>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(72 110 240)"/>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(144 110 240)"/>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(-144 110 240)"/>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(-72 110 240)"/>
</svg>

After

Width:  |  Height:  |  Size: 816 B