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="#673147" height="100%" rx="15%" width="100%"/>
<rect fill="#673147" height="512" rx="15%" width="512"/>
<path d="m412 111h-312c-24 0-44 20-44 45v200c0 24 20 44 44 44h312c24 0 44-20 44-44v-200c0-25-20-45-44-45zm-220 164 38 33a39 39 0 0 0 51 0l39-33-1 1 87 87h-300l87-87zm-103 71v-161l86 75zm248-86 86-75v161zm86-112v5l-157 137c-5 5-15 5-20 0l-157-137v-5z" fill="#fff"/>
</svg>

Before

Width:  |  Height:  |  Size: 394 B

After

Width:  |  Height:  |  Size: 392 B