Switch images to svgs, where possible (#1563)

Closes #1361, #1362
This commit is contained in:
Dawid Potocki
2019-12-04 15:35:20 +00:00
committed by GitHub
parent ac9b3fcec7
commit 7fb5d206f5
638 changed files with 485 additions and 210 deletions

View File

@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M10 0h160v120H10z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" fill-rule="evenodd" transform="matrix(4 0 0 4 -40 0)" stroke-width="1pt">
<path fill="#09f" d="M0 0h180v120H0z"/>
<path d="M0 0h180L0 120V0z" fill="#090"/>
<path d="M0 120h40l140-95V0h-40L0 95v25z"/>
<path d="M0 91.456L137.18 0h13.52L0 100.47v-9.014zM29.295 120l150.7-100.47v9.014L42.815 120h-13.52z" fill="#ff0"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 560 B