Switch images to svgs, where possible

Closes #1361, #1362
This commit is contained in:
Dawid Potocki
2019-12-05 00:21:35 +13:00
parent ac9b3fcec7
commit 0f09483cbb
638 changed files with 485 additions and 210 deletions

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" version="1">
<path fill="#006233" d="M0 0h640v480H0z"/>
<circle cx="320" cy="180" r="155" fill="#ffc400"/>
<path d="M243.425 11.216A150 150 0 0 0 170 140a150 150 0 0 0 150 150 150 150 0 0 0 150-150 150 150 0 0 0-73.433-128.784H243.425z" fill="#006233"/>
<g id="b" transform="matrix(5 0 0 5 320 140)">
<path id="a" d="M0-12L-3.708-.587l5.706 1.854" fill="#ffc400"/>
<use height="100%" width="100%" xlink:href="#a" transform="scale(-1 1)"/>
</g>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(72 320 140)"/>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(144 320 140)"/>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(-144 320 140)"/>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(-72 320 140)"/>
</svg>

After

Width:  |  Height:  |  Size: 913 B