Adds accessibility (#53)

* Adds ARIA to tiny SVG files
* Adds accessiblity info to the readme
This commit is contained in:
Léonie Watson
2017-11-26 16:41:31 +00:00
committed by Terence Eden
parent 14e21c9237
commit 0501a58a0d
79 changed files with 86 additions and 78 deletions

View File

@@ -1,4 +1,4 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#a4c639">
<svg role="img" aria-label="Amazon" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#a4c639">
<rect fill="#fff" height="512" rx="15%" width="512"/>
<path d="M87 174c-16 0-29 13-29 29v121c0 16 13 29 29 29s29-13 29-29V203c0-16-13-29-29-29zm339 0c-17 0-30 13-30 29v121c0 16 13 29 30 29 16 0 29-13 29-29V203c0-16-13-29-29-29zM208 312c-16 0-29 13-29 29v121c0 16 13 29 29 29s29-13 29-29V341c0-16-13-29-29-29zm97 0c-17 0-30 13-30 29v121c0 16 13 29 30 29 16 0 29-13 29-29V341c0-16-13-29-29-29z"/>
<path d="M176 21l-2 1c-2 1-3 3-2 5l21 37c-40 21-66 60-66 104h259c0-44-27-83-66-104l20-37c1-2 1-4-1-5l-2-1-4 2-21 38a138 138 0 0 0-112 0l-21-38-3-2zm-49 158v187c0 18 14 32 31 32h196c18 0 32-14 32-32V179z"/>

Before

Width:  |  Height:  |  Size: 788 B

After

Width:  |  Height:  |  Size: 819 B