🐛 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,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 88"><path fill="#f29900" d="m42 22 12.065 2.28L64 22 42 0l-3.035 10.43Z"/><path fill="#fbbc04" d="M42 22V0H6C2.685 0 0 2.685 0 6v76c0 3.315 2.685 6 6 6h52c3.315 0 6-2.685 6-6V22Z"/><path fill="#fff" d="M39 64H25v-5h14Zm-.075-10h-13.85A12.98 12.98 0 0 1 19 43c0-7.18 5.82-13 13-13s13 5.82 13 13c0 4.635-2.425 8.7-6.075 11z"/></svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 64 88">
<path
d="M 42,22 54.065,24.28 64,22 42,0 38.965,10.43 Z"
fill="#f29900" />
<path
d="M 42,22 V 0 H 6 C 2.685,0 0,2.685 0,6 v 76 c 0,3.315 2.685,6 6,6 h 52 c 3.315,0 6,-2.685 6,-6 V 22 Z"
fill="#fbbc04" />
<path
d="M 39,64 H 25 V 59 H 39 Z M 38.92501,54 H 25.075 C 21.425,51.7 19,47.635 19,43 c 0,-7.18 5.82,-13 13,-13 7.18,0 13,5.82 13,13 0,4.635 -2.425,8.7 -6.075,11 z"
fill="#fff" />
</svg>

Before

Width:  |  Height:  |  Size: 386 B

After

Width:  |  Height:  |  Size: 495 B