Using alias actor ID when available. Using basic SVG flags instead of PNG. Moved PNG and HD SVG flags to assets.

This commit is contained in:
2020-05-13 20:27:06 +02:00
parent 6040a3f41f
commit dac451bb86
1198 changed files with 90809 additions and 16620 deletions

View File

@@ -0,0 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icon-css-mm" viewBox="0 0 640 480">
<defs>
<path id="a" fill="#fff" d="M0-.5l.2.5h-.4z" transform="scale(8.844)"/>
<g id="b">
<use width="18" height="12" transform="rotate(-144)" xlink:href="#a"/>
<use width="18" height="12" transform="rotate(-72)" xlink:href="#a"/>
<use width="18" height="12" xlink:href="#a"/>
<use width="18" height="12" transform="rotate(72)" xlink:href="#a"/>
<use width="18" height="12" transform="rotate(144)" xlink:href="#a"/>
</g>
</defs>
<path fill="#fecb00" d="M0-.1h640V160H0z"/>
<path fill="#ea2839" d="M0 320h640v160H0z"/>
<path fill="#34b233" d="M0 160h640v160H0z"/>
<use width="18" height="12" x="9" y="6.4" transform="matrix(40 0 0 40 -40 0)" xlink:href="#b"/>
</svg>

After

Width:  |  Height:  |  Size: 848 B