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,3 @@
<svg xmlns="http://www.w3.org/2000/svg" stroke-linejoin="round" aria-label="Open Source" role="img" viewBox="0 0 512 512"><path fill="#3da639" stroke="#1d531d" stroke-width="14" d="M192 430a180 180 0 1 1 128 0l-40-109a63 63 0 1 0-87-58c0 26 16 49 39 58z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Open Source" role="img"
viewBox="0 0 512 512"><path fill="#3da639" stroke="#1d531d" stroke-width="14" stroke-linejoin="round" d="M192 430a180 180 0 1 1 128 0l-40-109a63 63 0 1 0-87-58c0 26 16 49 39 58z"/></svg>

Before

Width:  |  Height:  |  Size: 262 B

After

Width:  |  Height:  |  Size: 262 B