🐛 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 @@
<svg xmlns="http://www.w3.org/2000/svg" width="682.667" height="682.667" version="1.0" viewBox="0 0 512 512"><path fill="#01a299" d="M240 6c-43.8 2.9-87.8 17.8-124.3 42C43.8 95.8 1 175.5 1 261.5c0 56 18.1 109.6 52.3 155.5 10.1 13.4 35.8 38.8 49.7 49.2 21.4 15.8 45.1 28.7 66.6 36.1l10.2 3.6-6.3-9.4c-14.8-22.1-24.4-46.2-30.6-76.2-2.9-14.2-3.7-46.1-1.5-59.8 4-24.5 14.1-45.9 27.1-57.3 5.9-5.1 5.8-7.1-.5-11.7-12-8.8-24.3-25.5-29.6-40-4.5-12.3-5.7-21.5-5.1-37.9.8-22 5.5-36.2 17.2-51.8 3-4 5.5-7.6 5.5-7.9 0-.4-2.1-3.7-4.6-7.5-5.5-8.1-8.8-15.4-11.4-24.6-2.2-8.1-3.6-19.8-2.3-19.8.5 0 2.2 1.4 3.9 3.1 4.6 4.9 17.1 14.7 26.9 21.2 20.7 13.6 43.7 22.4 67.3 25.8 10.9 1.5 39.2.6 49.2-1.6 27.4-6 55.5-20 76.6-38.3 4.2-3.7 8.7-7.5 10-8.5l2.4-1.9v3.7c0 10.9-5.8 28.2-13.6 40.4l-4.5 7 4.5 5.5c11.3 13.9 17.9 30.1 19.8 48.5 3.3 32.9-9.2 64.7-32.6 82.6-3.6 2.7-6.5 5.7-6.5 6.5 0 .8 1.5 2.6 3.4 4 12.7 9.1 24.5 32.2 30.3 59 5.4 24.7 7.9 64.7 6.5 102.5-.5 12.6-.8 23.1-.7 23.3.5.8 21.7-13.2 32.1-21.3 47-36.4 80.5-89.8 93.2-148.6 6.8-31.7 7-71.4.5-103.9-8-39.7-26.8-79.4-52.8-111.7-40.1-49.6-102.2-83.9-166.1-91.7C271.7 5.7 254.2 5.1 240 6z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="682.667" height="682.667" preserveAspectRatio="xMidYMid meet" version="1.0" viewBox="0 0 512 512"><g fill="#01a299" stroke="none"><path d="M2400 5060 c-438 -29 -878 -178 -1243 -420 -719 -478 -1147 -1275 -1147 -2135 0 -560 181 -1096 523 -1555 101 -134 358 -388 497 -492 214 -158 451 -287 666 -361 l102 -36 -63 94 c-148 221 -244 462 -306 762 -29 142 -37 461 -15 598 40 245 141 459 271 573 59 51 58 71 -5 117 -120 88 -243 255 -296 400 -45 123 -57 215 -51 379 8 220 55 362 172 518 30 40 55 76 55 79 0 4 -21 37 -46 75 -55 81 -88 154 -114 246 -22 81 -36 198 -23 198 5 0 22 -14 39 -31 46 -49 171 -147 269 -212 207 -136 437 -224 673 -258 109 -15 392 -6 492 16 274 60 555 200 766 383 42 37 87 75 100 85 l24 19 0 -37 c0 -109 -58 -282 -136 -404 l-45 -70 45 -55 c113 -139 179 -301 198 -485 33 -329 -92 -647 -326 -826 -36 -27 -65 -57 -65 -65 0 -8 15 -26 34 -40 127 -91 245 -322 303 -590 54 -247 79 -647 65 -1025 -5 -126 -8 -231 -7 -233 5 -8 217 132 321 213 470 364 805 898 932 1486 68 317 70 714 5 1039 -80 397 -268 794 -528 1117 -401 496 -1022 839 -1661 917 -158 19 -333 25 -475 16z" transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB