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="#2e9fff">
<svg role="img" aria-label="Disqus" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#2e9fff">
<rect fill="#fff" rx="15%" height="512" width="512"/>
<path d="M257 493c-58 0-111-21-152-56L4 450l39-96A238 238 0 0 1 257 19c130 0 235 106 235 237S387 493 257 493zm129-238v-1c0-68-49-117-132-117h-90v237h89c84 0 133-50 133-119zm-131 61h-26V196h26c39 0 64 22 64 59v1c0 38-25 60-64 60z"/>
</svg>

Before

Width:  |  Height:  |  Size: 370 B

After

Width:  |  Height:  |  Size: 401 B