🐛 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" fill="none" viewBox="0 0 1500 1500"><g transform="scale(15.625)"><circle cx="49.343" cy="48.776" r="27.224" fill="#131928" stroke="#131928" stroke-width="20"/><g fill-rule="evenodd" clip-rule="evenodd"><path fill="url(#a)" d="M48 96c26.51 0 48-21.49 48-48S74.51 0 48 0 0 21.49 0 48s21.49 48 48 48zm32-44c0 15.464-12.536 28-28 28S24 67.464 24 52c0-2.87.432-5.638 1.234-8.245C27.429 48.617 32.319 52 38 52c7.732 0 14-6.268 14-14 0-5.68-3.384-10.571-8.245-12.766A27.994 27.994 0 0 1 52 24c15.464 0 28 12.536 28 28z"/><path fill="#131928" d="M80 52c0 15.464-12.536 28-28 28-15.136 0-27.467-12.01-27.983-27.021-.011.339-.017.68-.017 1.02 0 16.569 13.432 30 30 30s30-13.431 30-30-13.432-30-30-30c-.34 0-.68.007-1.017.018C67.993 24.535 80 36.865 80 52z" opacity=".2"/><path fill="url(#b)" d="M48 12c-19.882 0-36 16.118-36 36a4 4 0 0 1-8 0C4 23.7 23.7 4 48 4a4 4 0 0 1 0 8z"/></g></g><defs><linearGradient id="a" x1="48" x2="117.5" y2="69.5" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#C395FC"/><stop offset="1" stop-color="#4F65F5"/></linearGradient><linearGradient id="b" x1="28" x2="28" y1="8" y2="48" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity=".4"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient></defs></svg>
<svg fill="none" version="1.1" viewBox="0 0 1500 1500" xmlns="http://www.w3.org/2000/svg"><g transform="scale(15.625)"><circle cx="49.343" cy="48.776" r="27.224" fill="#131928" stroke="#131928" stroke-width="20"/><g clip-rule="evenodd" fill-rule="evenodd"><path d="m48 96c26.51 0 48-21.49 48-48s-21.49-48-48-48-48 21.49-48 48 21.49 48 48 48zm32-44c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-2.8697 0.4317-5.6385 1.2337-8.2452 2.195 4.8617 7.0856 8.2452 12.766 8.2452 7.732 0 14-6.268 14-14 0-5.6808-3.3835-10.571-8.2451-12.766 2.6066-0.802 5.3754-1.2337 8.2451-1.2337 15.464 0 28 12.536 28 28z" fill="url(#b)"/><path d="m80 52c0 15.464-12.536 28-28 28-15.136 0-27.467-12.01-27.983-27.021-0.0113 0.3389-0.017 0.6792-0.017 1.0209 0 16.568 13.432 30 30 30s30-13.432 30-30-13.432-30-30-30c-0.3403 0-0.6793 0.0057-1.0169 0.0169 15.009 0.5178 27.017 12.848 27.017 27.983z" fill="#131928" opacity=".2"/><path d="m48 12c-19.882 0-36 16.118-36 36 0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-24.3 19.7-44 44-44 2.2091 0 4 1.7909 4 4 0 2.2091-1.7909 4-4 4z" fill="url(#a)"/></g></g><defs><linearGradient id="b" x1="48" x2="117.5" y2="69.5" gradientUnits="userSpaceOnUse"><stop stop-color="#C395FC" offset="0"/><stop stop-color="#4F65F5" offset="1"/></linearGradient><linearGradient id="a" x1="28" x2="28" y1="8" y2="48" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity=".4" offset="0"/><stop stop-color="#fff" stop-opacity="0" offset="1"/></linearGradient></defs></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB