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">
<svg role="img" aria-label="Line" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#3ace01" height="512" rx="15%" width="512"/>
<path d="m456 230c-2 48-23 81-55 110-56 50-146 112-158 102-12-15 23-50-21-55-94-13-166-79-166-157 0-88 91-160 201-160s202 72 199 160z" fill="#fff"/>
<path d="m379 231h-36m36-38h-39v76h39m-132 0v-76l58 76v-76m-95 76v-76m-70 0v76h39" fill="none" stroke="#3ace01" stroke-linecap="round" stroke-linejoin="round" stroke-width="22"/>

Before

Width:  |  Height:  |  Size: 455 B

After

Width:  |  Height:  |  Size: 484 B