Manual tweaks on all SVGs

* Gives a consistent header to all images
* Makes future changes easier to see
* Some images slightly smaller
* Some images use SVG2 features (`href`)
* Most images smaller or the same size
* A few images slightly larger
This commit is contained in:
edent
2018-01-27 23:40:30 +00:00
parent d46a0d6b5f
commit 979b0a4d2e
90 changed files with 568 additions and 110 deletions

View File

@@ -1 +1,6 @@
<svg fill="#232323" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" aria-label="Tox" role="img"><rect height="512" rx="15%" width="512"/><g fill="#f0f0f0"><rect height="270" rx="90" width="180" x="166" y="65"/><rect height="220" rx="18" width="294" x="109" y="207"/></g><ellipse cx="256" cy="156" rx="59" ry="56"/><path d="m307 129c26 40-12 91-49 113 6-9 11-19 12-31m-4 113c18 6 29 21 29 44 0 8-7 14-15 14h-48c-8 0-15-6-15-14 0-23 11-38 29-44"/><circle cx="256" cy="297" r="29"/></svg>
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Tox" role="img"
viewBox="0 0 512 512"
fill="#232323"><rect
width="512" height="512"
rx="15%"/><g fill="#f0f0f0"><rect height="270" rx="90" width="180" x="166" y="65"/><rect height="220" rx="18" width="294" x="109" y="207"/></g><ellipse cx="256" cy="156" rx="59" ry="56"/><path d="m307 129c26 40-12 91-49 113 6-9 11-19 12-31m-4 113c18 6 29 21 29 44 0 8-7 14-15 14h-48c-8 0-15-6-15-14 0-23 11-38 29-44"/><circle cx="256" cy="297" r="29"/></svg>

Before

Width:  |  Height:  |  Size: 494 B

After

Width:  |  Height:  |  Size: 494 B