🐛 Fixes broken SVGs (#424)

Sorry for the bigger file sizes now, but all SVG compression methods I have tried have resulted into broken SVGs :(
This commit is contained in:
Bjorn Lammers
2023-06-07 14:02:28 +02:00
committed by GitHub
parent 278777a0cf
commit 59fb4c9e10
776 changed files with 60774 additions and 776 deletions

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90"><defs><linearGradient id="a" x1="17.744%" x2="82.214%" y1="68.638%" y2="31.352%"><stop offset="0%" stop-color="#E32929"/><stop offset="100%" stop-color="#FF8D30"/></linearGradient></defs><path fill="url(#a)" d="M42.774 12.966h4.385v26h-4.385v-26Zm-38.389 26H0v-26h4.385v26Zm17.002 3.107h4.385V52h-4.385v-9.927ZM10.66 30.93h4.385v16.073H10.66V30.93Zm21.386 0h4.386v16.073h-4.386V30.93Zm53.569-17.964H90v26h-4.385v-26ZM68.613 9.927h-4.385V0h4.385v9.927ZM79.34 21.003h-4.385V4.997h4.385v16.006Zm-21.454 0h-4.385V4.997h4.385v16.006Z" transform="translate(0 19)"/></svg>
<svg viewBox="0 0 90 90" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient x1="17.744%" y1="68.638%" x2="82.214%" y2="31.352%" id="a"><stop stop-color="#E32929" offset="0%"/><stop stop-color="#FF8D30" offset="100%"/></linearGradient></defs><path d="M42.774 12.966h4.385v26h-4.385v-26Zm-38.389 26H0v-26h4.385v26Zm17.002 3.107h4.385V52h-4.385v-9.927ZM10.66 30.93h4.385v16.073H10.66V30.93Zm21.386 0h4.386v16.073h-4.386V30.93Zm53.569-17.964H90v26h-4.385v-26ZM68.613 9.927h-4.385V0h4.385v9.927ZM79.34 21.003h-4.385V4.997h4.385v16.006Zm-21.454 0h-4.385V4.997h4.385v16.006Z" transform="translate(0 19)" fill="url(#a)"/></svg>

Before

Width:  |  Height:  |  Size: 625 B

After

Width:  |  Height:  |  Size: 625 B