Assorted optimizations & fixes

Bytes saved on 14 files
* Google Colab: fixed whitespace error
* DeviantArt: Fixed color, official logo doesn't use curves.
This commit is contained in:
Ethan Chapman
2023-03-25 16:36:50 +01:00
parent d408ed1675
commit 37fe388a9b
15 changed files with 30 additions and 29 deletions

View File

@@ -1,4 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Delicious" role="img"
viewBox="0 0 512 512"><clipPath id="a"><rect
width="512" height="512"/></clipPath><g clip-path="url(#a)"><path fill="#333" d="M512 512H0V0"/><path fill="#39F" d="M512 512V0H0"/><path fill="#fff" d="M0 0h256v256H0"/><path fill="#eee" d="M256 256h256v256H256z"/></g></svg>
viewBox="0 0 512 512"><rect
width="512" height="512"
fill="#333"/><path fill="#39F" d="M512 512V0H0"/><path fill="#fff" d="M0 0h256v256H0"/><path fill="#eee" d="M256 256h256v256H256z"/></svg>

Before

Width:  |  Height:  |  Size: 344 B

After

Width:  |  Height:  |  Size: 265 B