🐛 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="60" height="60" viewBox="0 0 45 45"><g fill="#e58325"><path d="M31.925 3.288c-4.411 4.511-6.37 6.544-7.484 7.783-.213.24-.413.447-.433.467s-.206.233-.413.473c-.846 1.006-1.046 2.605-.513 3.998.173.453.78 1.553.913 1.66.027.02.167.166.313.32l.267.28-11.19 11.188L2.204 40.64l1.627 1.639 1.619 1.646 7.997-7.997 7.99-7.99 7.943 7.943c4.372 4.365 7.977 7.95 8.01 7.964.067.02 3.153-3.059 3.2-3.185.013-.034-3.56-3.646-7.938-8.024l-7.956-7.964 1.232-1.219c1.666-1.653 1.746-1.72 1.973-1.72.073 0 .273.127.44.287.926.873 2.206 1.326 3.585 1.266 1.066-.04 1.82-.42 3.166-1.572.88-.76 1.326-1.193 5.63-5.478L45 11.97l-1.073-1.086c-.586-.6-1.08-1.08-1.093-1.067-.02.007-1.706 1.693-3.758 3.739l-3.732 3.725-1.066-1.053c-.594-.58-1.073-1.08-1.073-1.1 0-.026 1.672-1.725 3.725-3.778l3.718-3.732-1.06-1.073c-.579-.593-1.072-1.073-1.092-1.073s-1.72 1.68-3.772 3.726l-3.732 3.731-1.093-1.08-1.093-1.079 3.732-3.732c2.053-2.052 3.732-3.751 3.732-3.771 0-.034-1.293-1.347-1.946-1.98l-.226-.213z"/><path d="M2.21 3.28C1.49 4.048.944 4.995.517 6.214c-.133.38-.233.693-.226.693s-.02.147-.06.333c-.28 1.207-.307 2.666-.073 3.786.48 2.285 1.186 3.285 5.204 7.343a1792.68 1792.68 0 0 0 7.024 7.03c.04.034 6.49-6.41 6.49-6.483 0-.06-11.355-11.416-14.193-14.195-1.04-1.013-1.94-1.846-1.993-1.846-.06 0-.273.18-.48.407z"/></g></svg>
<svg height="60" preserveAspectRatio="xMidYMid meet" viewBox="0 0 45 45" width="60" xmlns="http://www.w3.org/2000/svg"><g fill="#e58325" transform="matrix(.00666404 0 0 -.00666404 -1.048555 45.590899)"><path d="m4948 6348c-662-677-956-982-1123-1168-32-36-62-67-65-70s-31-35-62-71c-127-151-157-391-77-600 26-68 117-233 137-249 4-3 25-25 47-48l40-42-1679-1679-1678-1678 244-246 243-247 1200 1200 1199 1199 1192-1192c656-655 1197-1193 1202-1195 10-3 473 459 480 478 2 5-534 547-1191 1204l-1194 1195 185 183c250 248 262 258 296 258 11 0 41-19 66-43 139-131 331-199 538-190 160 6 273 63 475 236 132 114 199 179 845 822l642 640-161 163c-88 90-162 162-164 160-3-1-256-254-564-561l-560-559-160 158c-89 87-161 162-161 165 0 4 251 259 559 567l558 560-159 161c-87 89-161 161-164 161s-258-252-566-559l-560-560-164 162-164 162 560 560c308 308 560 563 560 566 0 5-194 202-292 297l-34 32z"/><path d="m489 6349c-108-115-190-257-254-440-20-57-35-104-34-104s-3-22-9-50c-42-181-46-400-11-568 72-343 178-493 781-1102 199-202 1018-1020 1054-1055 6-5 974 962 974 973 0 9-1704 1713-2130 2130-156 152-291 277-299 277-9 0-41-27-72-61z"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB