🐛 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
+1 -1
View File
@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="2133" height="2500" viewBox="0 0 256 300"><g fill="none" fill-rule="evenodd"><path fill="#449B82" d="M0 74.435v148.174l128.696 76.521 2.987-4.757-2.987-143.808L4.425 74.523 0 74.435"/><path fill="#9BDB9C" d="M256 73.739V224l-127.304 75.13V150.565l122.641-76.713 4.663-.113"/><path fill="#56CDAD" d="m128 0 128 73.739-127.304 79.305L0 74.435 128 0"/><path fill="#FFF" d="m192.293 59.091-43.292 25.341v51.148l-43.376-25.757-41.709 24.415v106.906l43.292-26.549V157.05l46.239 29.19 38.846-23.822V59.091"/></g></svg>
<svg width="2133" height="2500" viewBox="0 0 256 300" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 74.435v148.174l128.696 76.521 2.987-4.757-2.987-143.808L4.425 74.523 0 74.435" fill="#449B82"/><path d="M256 73.739V224l-127.304 75.13V150.565l122.641-76.713 4.663-.113" fill="#9BDB9C"/><path d="M128 0l128 73.739-127.304 79.305L0 74.435 128 0" fill="#56CDAD"/><path d="M192.293 59.091l-43.292 25.341v51.148l-43.376-25.757-41.709 24.415v106.906l43.292-26.549V157.05l46.239 29.19 38.846-23.822V59.091" fill="#FFF"/></g></svg>

Before

Width:  |  Height:  |  Size: 558 B

After

Width:  |  Height:  |  Size: 559 B