Minified microsoft.svg by using <path> elements instead of <rect> elements (#496)

This commit is contained in:
zfrohardt
2020-11-23 20:51:09 -08:00
committed by GitHub
parent c8d8a710b2
commit a09d416c21
2 changed files with 6 additions and 10 deletions

View File

@@ -3,12 +3,8 @@ aria-label="Microsoft" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><rect
x="75" y="75" width="171" height="171"
fill="#f25022"/><rect
x="266" y="75" width="171" height="171"
fill="#7fba00"/><rect
x="75" y="266" width="171" height="171"
fill="#00a4ef"/><rect
x="266" y="266" width="171" height="171"
fill="#ffb900"/></svg>
fill="#fff"/><path
d="M75 75v171h171v-171z" fill="#f25022"/><path
d="M266 75v171h171v-171z" fill="#7fba00"/><path
d="M75 266v171h171v-171z" fill="#00a4ef"/><path
d="M266 266v171h171v-171z" fill="#ffb900"/></svg>

Before

Width:  |  Height:  |  Size: 403 B

After

Width:  |  Height:  |  Size: 347 B