Change 100% to 512

Fixes #18
This commit is contained in:
edent
2017-04-16 20:20:01 +01:00
parent cfbf0bec2a
commit 6d548e2907
37 changed files with 37 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#dd4f43" height="100%" rx="15%" width="100%"/>
<rect fill="#dd4f43" height="512" rx="15%" width="512"/>
<path d="m56 257a126 126 0 0 1 212-96l-33 33c-21-13-49-24-75-14a80 80 0 1 0 54 151c21-8 35-28 41-48l-72-1v-44h122c1 36-3 74-27 102a127 127 0 0 1 -222-83zm327-56h36l1 37h36v37h-36l-1 36h-36v-36h-37v-37h37z" fill="#fff"/>
</svg>

Before

Width:  |  Height:  |  Size: 349 B

After

Width:  |  Height:  |  Size: 347 B