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="#1da1f3" height="100%" rx="15%" width="100%"/>
<rect fill="#1da1f3" height="512" rx="15%" width="512"/>
<path d="m456 133c-14 7-31 11-47 13 17-10 30-27 37-46-15 10-34 16-52 20a82 82 0 0 0 -142 57l1 18c-68-3-129-35-169-85a81 81 0 0 0 26 109c-13 0-26-4-37-9 0 39 28 72 65 80l-21 3-16-1c10 33 41 57 77 57-29 22-64 35-102 35l-20-1a233 233 0 0 0 361-196l-2-12c16-11 30-25 41-42z" fill="#fff"/>
</svg>

Before

Width:  |  Height:  |  Size: 414 B

After

Width:  |  Height:  |  Size: 412 B