🐛 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,18 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 2159.1 2500" viewBox="0 0 2159.1 2500"><g transform="translate(34.91)"><ellipse cx="1044.6" cy="2244.3" rx="227.3" ry="255.7" style="fill-rule:evenodd;clip-rule:evenodd;fill:#ef7816"/><ellipse cx="1044.6" cy="198.9" rx="170.5" ry="198.9" style="fill-rule:evenodd;clip-rule:evenodd;fill:#f6bf26"/><path d="M-34.9 2159.1h2159.1v-113.6l-284.1-284.1v-710.2c0-455-356.1-823.9-795.5-823.9-439.3 0-795.4 368.9-795.4 823.9v710.2l-284.1 284.1v113.6z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#f6c029"/><path d="M-34.9 2159.1h1079.5V227.3c-439.3 0-795.4 368.9-795.4 823.9v710.2l-284.1 284.1v113.6z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#f2a600"/></g></svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 2159.1 2500" style="enable-background:new 0 0 2159.1 2500;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#EF7816;}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#F6BF26;}
.st2{fill-rule:evenodd;clip-rule:evenodd;fill:#F6C029;}
.st3{fill-rule:evenodd;clip-rule:evenodd;fill:#F2A600;}
</style>
<g transform="translate(34.91)">
<ellipse class="st0" cx="1044.6" cy="2244.3" rx="227.3" ry="255.7"/>
<ellipse class="st1" cx="1044.6" cy="198.9" rx="170.5" ry="198.9"/>
<path class="st2" d="M-34.9,2159.1h2159.1v-113.6l-284.1-284.1v-710.2c0-455-356.1-823.9-795.5-823.9
c-439.3,0-795.4,368.9-795.4,823.9v710.2l-284.1,284.1V2159.1z"/>
<path class="st3" d="M-34.9,2159.1h1079.5V227.3c-439.3,0-795.4,368.9-795.4,823.9v710.2l-284.1,284.1V2159.1z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 758 B

After

Width:  |  Height:  |  Size: 1.1 KiB