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="#e65e17" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" aria-label="Ubuntu" role="img"><rect height="512" rx="15%" width="512"/><circle cx="265" cy="256" fill="#fff" r="150"/><circle cx="265" cy="256" r="99"/><circle cx="90" cy="257" r="47"/><circle cx="353" cy="409" r="47"/><circle cx="353" cy="104" r="47"/><g fill="#fff"><circle cx="353" cy="104" r="36"/><circle cx="353" cy="409" r="36"/><circle cx="90" cy="257" r="36"/></g><path d="m420 266v-19h-60v19zm-241 119 17 10 31-53-17-9zm17-268-17 10 31 52 17-9z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Ubuntu" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#e65e17"/><g fill="#fff"><circle cx="265" cy="256" r="150"/><g stroke="#e65e17" stroke-width="10"><circle cx="90" cy="257" r="41"/><circle cx="353" cy="409" r="41"/><circle cx="353" cy="104" r="41"/></g></g><g fill="#e65e17"><circle cx="265" cy="256" r="99"/><path d="m420 266v-19h-60v19zm-241 119 17 10 31-53-17-9zm17-268-17 10 31 52 17-9z"/></g></svg>

Before

Width:  |  Height:  |  Size: 541 B

After

Width:  |  Height:  |  Size: 492 B