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="eBay" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect width="512" height="512" rx="15%" fill="#fff"/>
<path d="M78 202c-34 0-62 14-62 57 0 35 19 56 63 56 52 0 55-34 55-34h-25s-5 19-32 19c-21 0-36-15-36-35h96v-13c0-20-13-50-59-50zm-1 16c20 0 34 12 34 31H41c0-20 18-31 36-31z" fill="#e53238"/>
<path d="M137 160v134l-1 18h24l1-15s12 19 44 19c34 0 57-24 57-58 0-31-21-56-57-56-34 0-44 18-44 18v-60zm62 59c23 0 37 17 37 39 0 25-17 41-37 41-25 0-38-19-38-40 0-20 12-40 38-40z" fill="#0064d2"/>

Before

Width:  |  Height:  |  Size: 807 B

After

Width:  |  Height:  |  Size: 836 B