🐛 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="215" height="190"><g id="Page-1" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g id="logo" fill="#4D72DA" fill-rule="nonzero"><path id="Path" d="M214.605 188.381c0 .829-.679 1.508-1.508 1.508h-.029c-.333 0-.68-.104-.952-.331-16.791-13.682-51.622-23.262-90.919-25.026a1.506 1.506 0 0 1-1.448-1.434c-3.38-75.502-9.475-97.165-12.234-98.055-2.671.89-8.766 22.553-12.145 98.055a1.51 1.51 0 0 1-1.448 1.434c-39.297 1.765-74.13 11.345-90.92 25.026a1.503 1.503 0 0 1-1.916-.03 1.488 1.488 0 0 1-.347-1.886L106.247.824c.528-.951 2.097-.951 2.625 0L214.243 187.4c.227.272.362.603.362.981Z"/><path d="M115.715 166.383c-2.926 20.714-5.761 23.506-8.142 23.506-2.382 0-5.215-2.792-8.14-23.506-.053-.37.053-.741.304-1.032.238-.291.596-.463.966-.463 2.145-.065 4.394-.092 6.882-.092 2.475 0 4.725.026 6.855.092.372 0 .728.172.967.463.255.291.361.662.308 1.032Z"/></g></g><style xmlns="http://www.w3.org/1999/xhtml" id="VMst057yl44bc">.select-text-inside-a-link{-moz-user-select:text!important}</style><script id="globalVarsDetection"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="215" height="190" version="1.1" viewBox="0 0 215 190"><title>logo</title><g id="Page-1" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g id="logo" fill="#4D72DA" fill-rule="nonzero"><path id="Path" d="M214.605,188.381 C214.605,189.21 213.926,189.889 213.097,189.889 C213.082,189.889 213.082,189.889 213.068,189.889 C212.735,189.889 212.388,189.785 212.116,189.558 C195.325,175.876 160.494,166.296 121.197,164.532 C120.411,164.502 119.778,163.868 119.749,163.098 C116.369,87.596 110.274,65.933 107.515,65.043 C104.844,65.933 98.749,87.596 95.37,163.098 C95.34,163.868 94.706,164.501 93.922,164.532 C54.625,166.297 19.792,175.877 3.002,189.558 C2.443,190.01 1.629,189.996 1.086,189.528 C0.528,189.06 0.378,188.275 0.739,187.642 L106.247,0.824 C106.775,-0.127 108.344,-0.127 108.872,0.824 L214.243,187.4 C214.47,187.672 214.605,188.003 214.605,188.381 Z"/><path id="Path" d="M115.715,166.383 C112.789,187.097 109.954,189.889 107.573,189.889 C105.191,189.889 102.358,187.097 99.433,166.383 C99.38,166.013 99.486,165.642 99.737,165.351 C99.975,165.06 100.333,164.888 100.703,164.888 C102.848,164.823 105.097,164.796 107.585,164.796 C110.06,164.796 112.31,164.822 114.44,164.888 C114.812,164.888 115.168,165.06 115.407,165.351 C115.662,165.642 115.768,166.013 115.715,166.383 Z"/></g></g><style xmlns="http://www.w3.org/1999/xhtml" id="VMst057yl44bc">.select-text-inside-a-link{-moz-user-select:text!important}</style><div id="divScriptsUsed" style="display:none"/><script id="globalVarsDetection" src="moz-extension://bb32ab74-e5c2-4a8f-8a57-a0c16324a00e/js/wrs_env.js"/></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB