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="Meetup" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#ed1c40" height="512" rx="15%" width="512"/>
<path d="m412 108c69 12 27 99 10 133-11 23-64 114-18 128 14 4 32 1 43 11 20 18 2 33-16 37-20 5-45 0-63-9-61-26-46-93-20-138 12-25 34-52 39-72 3-17-15-33-30-15-10 11-18 29-24 42-7 14-42 90-42 90-6 12-18 30-29 40-19 14-50 5-45-20 7-41 71-138 27-144-16-2-21 16-26 27-9 19-14 40-24 59-11 22-19 44-24 68-4 19-11 44-32 49-60 16-78-23-78-23-10-31-1-58 9-88 7-23 11-47 21-69 16-39 32-120 92-115 15 2 32 10 45 17 35 23 47-18 70-22 18-4 29 3 40 12 18 16 24 8 35 5s26-6 40-3z" fill="#fff"/>
</svg>

Before

Width:  |  Height:  |  Size: 611 B

After

Width:  |  Height:  |  Size: 642 B