🐛 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
+10 -1
View File
@@ -1 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"><g stroke-linecap="round" stroke-width="48.5"><path stroke="#0066d9" d="M24.26 186.32v27.351"/><path stroke="#4285f4" d="M375.74 186.32v27.351"/><path stroke="#ea4335" d="M112.13 104.27v89.46m0 74.645v27.351"/><path stroke="#34a853" d="M287.87 206.26v89.46m0-191.46v27.351"/><path stroke="#fab908" d="M200 127.06v145.87m0-248.68v27.351m0 296.78v27.351"/></g></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="400" height="400" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g stroke-linecap="round" stroke-width="48.5">
<path d="m24.26 186.32v27.351" stroke="#0066d9"/>
<path d="m375.74 186.32v27.351" stroke="#4285f4"/>
<path d="m112.13 104.27v89.46m0 74.645v27.351" stroke="#ea4335"/>
<path d="m287.87 206.26v89.46m0-191.46v27.351" stroke="#34a853"/>
<path d="m200 127.06v145.87m0-248.68v27.351m0 296.78v27.351" stroke="#fab908"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 429 B

After

Width:  |  Height:  |  Size: 502 B