Update Android to correct ARIA text

Fixes #66

Blame @LJWatson ;-)
This commit is contained in:
edent
2017-11-27 14:04:14 +00:00
parent 4065e6f39b
commit be0d5df28c
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
<tr>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/ibm.svg" width="125" title="IBM" /><br>940 Bytes</td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/yammer.svg" width="125" title="Yammer" /><br>949 Bytes</td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/android.svg" width="125" title="Android" /><br>819 Bytes</td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/android.svg" width="125" title="Android" /><br>820 Bytes</td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/authy.svg" width="125" title="Authy" /><br>654 Bytes</td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/blogger.svg" width="125" title="Blogger" /><br>510 Bytes</td>
<td><img src="https://edent.github.io/SuperTinyIcons/tiny/cloudflare.svg" width="125" title="CloudFlare" /><br>573 Bytes</td>

View File

@@ -1,4 +1,4 @@
<svg role="img" aria-label="Amazon" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#a4c639">
<svg role="img" aria-label="Android" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#a4c639">
<rect fill="#fff" height="512" rx="15%" width="512"/>
<path d="M87 174c-16 0-29 13-29 29v121c0 16 13 29 29 29s29-13 29-29V203c0-16-13-29-29-29zm339 0c-17 0-30 13-30 29v121c0 16 13 29 30 29 16 0 29-13 29-29V203c0-16-13-29-29-29zM208 312c-16 0-29 13-29 29v121c0 16 13 29 29 29s29-13 29-29V341c0-16-13-29-29-29zm97 0c-17 0-30 13-30 29v121c0 16 13 29 30 29 16 0 29-13 29-29V341c0-16-13-29-29-29z"/>
<path d="M176 21l-2 1c-2 1-3 3-2 5l21 37c-40 21-66 60-66 104h259c0-44-27-83-66-104l20-37c1-2 1-4-1-5l-2-1-4 2-21 38a138 138 0 0 0-112 0l-21-38-3-2zm-49 158v187c0 18 14 32 31 32h196c18 0 32-14 32-32V179z"/>

Before

Width:  |  Height:  |  Size: 819 B

After

Width:  |  Height:  |  Size: 820 B