🐛 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
+7 -1
View File
@@ -1 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="200mm" height="200mm" viewBox="0 0 200 200"><path fill="#52b54b" d="m38.27 51.99 10.288 10.288L.545 110.291l51.442 51.442 10.288-10.288 48.012 48.012 54.872-54.872-10.288-10.288 44.583-44.583-51.442-51.442-10.288 10.288L89.711.547z"/><path fill="#fff" d="M77 136.998v-75l65.724 37.5-32.862 18.75z"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="200mm" height="200mm" enable-background="new" version="1.1" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<g transform="translate(0,-97)">
<path d="m38.27 148.99 10.288 10.288-48.013 48.013 51.442 51.442 10.288-10.288 48.012 48.012 54.872-54.872-10.288-10.288 44.583-44.583-51.442-51.442-10.288 10.288-48.013-48.013z" fill="#52b54b"/>
</g>
<path transform="matrix(1 0 0 .98825 .089003 .16486)" d="m76.911 138.46v-37.946-37.946l65.724 37.946-32.862 18.973z" fill="#fff"/>
</svg>

Before

Width:  |  Height:  |  Size: 352 B

After

Width:  |  Height:  |  Size: 546 B