Add country flags.

This commit is contained in:
2018-04-17 07:13:38 +01:00
parent b6cf48ca90
commit 746a3029fb
278 changed files with 25569 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="900" height="600" viewBox="0 0 81 54">
<rect fill="#4189DD" width="81" height="54"/>
<g transform="translate(40.5 27) scale(13)">
<g id="t">
<polygon id="w" fill="#FFF" points="0,0 0,1 .5,1" transform="translate(0 -1) rotate(18)"/>
<use xlink:href="#w" transform="scale(-1 1)"/>
</g>
<use xlink:href="#t" transform="rotate(72)"/>
<use xlink:href="#t" transform="rotate(-72)"/>
<use xlink:href="#t" transform="rotate(144)"/>
<use xlink:href="#t" transform="rotate(-144)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 612 B