🐛 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
+13 -1
View File
@@ -1 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 88"><path fill="#354287" d="m42 22 12.065 2.28L64 22 42 0l-3.035 10.43Z"/><path fill="#4758b5" 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="M40 61H14V44h26zm10 0h-5V44h5zm0-22H14v-5h36z"/></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="#354287" />
<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="#4758b5" />
<path
d="M 40,61 H 14 V 44 h 26 z m 10,0 H 45 V 44 h 5 z M 50,39 H 14 v -5 h 36 z"
fill="#fff" />
</svg>

Before

Width:  |  Height:  |  Size: 312 B

After

Width:  |  Height:  |  Size: 412 B