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 xmlns="http://www.w3.org/2000/svg" fill="#fff" stroke-linecap="round" aria-label="Blogger" role="img" viewBox="0 0 512 512"><rect width="512" height="512" fill="#FA5A00" rx="15%"/><path d="M95 184c0-51 41-93 93-93h86c64 0 103 61 85 126 0 0 61-3 66 58v53c0 46-34 93-93 93H183c-49 0-88-39-88-88z"/><path fill="none" stroke="#FA5A00" stroke-width="55" d="M199 188h68m-74 129h133"/></svg>
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Blogger" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#FA5A00"/><path fill="#fff" d="M95 184c0-51 41-93 93-93h86c64 0 103 61 85 126 0 0 61-3 66 58v53c0 46-34 93-93 93H183c-49 0-88-39-88-88z"/><path stroke="#FA5A00" stroke-width="55" d="M199 188h68m-74 129h133"/></svg>

Before

Width:  |  Height:  |  Size: 389 B

After

Width:  |  Height:  |  Size: 354 B