🐛 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:
@@ -1 +1,20 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 50 50" viewBox="0 0 50 50"><path d="M44 50H6c-3.3 0-6-2.7-6-6V6c0-3.3 2.7-6 6-6h38c3.3 0 6 2.7 6 6v38c0 3.3-2.7 6-6 6z" style="fill:#21282e"/><path d="m10 25 4.6 3.6L10 25c0 .9.1 1.9.3 2.8.2.9.5 1.9.8 2.8.4.9.8 1.8 1.4 2.6s1.2 1.6 1.9 2.3c1.5 1.5 3.2 2.6 5 3.3 1.8.7 3.7 1.1 5.6 1.1 1.9 0 3.8-.4 5.6-1.1 1.8-.7 3.5-1.8 5-3.3.5-.5.9-1 1.3-1.5s.8-1.1 1.1-1.6c.3-.6.6-1.1.9-1.7m-3.5-9.4L40 25c0-1-.1-1.9-.3-2.9-.2-.9-.5-1.9-.8-2.8-.4-.9-.8-1.8-1.4-2.6-.5-.8-1.2-1.6-1.9-2.3-1.5-1.5-3.2-2.6-5-3.3-1.8-.7-3.7-1.1-5.6-1.1s-3.8.4-5.6 1.1c-1.8.7-3.5 1.8-5 3.3-.5.5-.9 1-1.3 1.5s-.8 1.1-1.1 1.6c-.3.6-.6 1.1-.9 1.7" style="fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"/></svg>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.1.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 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#21282E;}
|
||||
.st1{fill:none;stroke:#FFFFFF;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<path class="st0" d="M44,50H6c-3.3,0-6-2.7-6-6V6c0-3.3,2.7-6,6-6h38c3.3,0,6,2.7,6,6v38C50,47.3,47.3,50,44,50z"/>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st1" d="M10,25l4.6,3.6L10,25c0,0.9,0.1,1.9,0.3,2.8c0.2,0.9,0.5,1.9,0.8,2.8c0.4,0.9,0.8,1.8,1.4,2.6
|
||||
s1.2,1.6,1.9,2.3c1.5,1.5,3.2,2.6,5,3.3c1.8,0.7,3.7,1.1,5.6,1.1c1.9,0,3.8-0.4,5.6-1.1c1.8-0.7,3.5-1.8,5-3.3
|
||||
c0.5-0.5,0.9-1,1.3-1.5s0.8-1.1,1.1-1.6c0.3-0.6,0.6-1.1,0.9-1.7"/>
|
||||
<path class="st1" d="M35.4,21.3L40,25c0-1-0.1-1.9-0.3-2.9c-0.2-0.9-0.5-1.9-0.8-2.8c-0.4-0.9-0.8-1.8-1.4-2.6
|
||||
c-0.5-0.8-1.2-1.6-1.9-2.3c-1.5-1.5-3.2-2.6-5-3.3C28.8,10.4,26.9,10,25,10s-3.8,0.4-5.6,1.1c-1.8,0.7-3.5,1.8-5,3.3
|
||||
c-0.5,0.5-0.9,1-1.3,1.5c-0.4,0.5-0.8,1.1-1.1,1.6c-0.3,0.6-0.6,1.1-0.9,1.7"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 817 B After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user