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,8 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<g fill-rule="evenodd">
<path d="M0 0l320 240L0 480zM640 0L320 240l320 240z"/>
<path d="M0 0l320 240L640 0zM0 480l320-240 320 240z" fill="#090"/>
<path d="M640 0h-59.625L0 435.281V480h59.629L640.004 44.719z" fill="#fc0"/>
<path d="M0 0v44.722l580.375 435.28h59.629v-44.72L59.629 0z" fill="#fc0"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 395 B