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="WordPress" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#21759b" height="512" rx="15%" width="512"/>
<circle cx="256" cy="256" fill="none" r="190" stroke="#fff" stroke-width="20"/>
<path d="m204 436 56-164 58 159 29-16 56-162c10-26 13-47 13-65 1-33-13-62-37-65-22-2-34 19-33 32 2 30 32 47 32 88 0 30-19 77-32 122l-65-194c11-1 21-1 21-1 10-1 9-16-1-15-33 3-63 2-96 0-10-1-11 14-1 15 0 0 9 0 19 1l28 77-40 119-65-196c11-1 20-1 20-1 10-1 9-16-1-15-30 2-59 4-66-1l-9 25 88 243z" fill="#fff"/>

Before

Width:  |  Height:  |  Size: 515 B

After

Width:  |  Height:  |  Size: 549 B