🐛 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,50 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="100" height="64" version="1.2"><path d="M31.56 16.14C47.61-14.954 89.107 3.702 85.584 31.477c17.226 2.487 17.226 32.75-1.957 32.75-4.698.415-19.647.415-19.647.415V51.377l8.221-9.12L58.18 15.725 43.187 42.257l8.613 9.12v13.266H16.29c-18.4 0-23.88-31.921-2.349-37.31-.783-7.463 7.439-14.925 17.226-11.194z" style="fill:#2f80ff;fill-opacity:1;stroke:none;stroke-width:.448351;stroke-linejoin:round;stroke-dasharray:none"/></svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1.2"
viewBox="0 0 99.999998 64"
width="100"
height="64"
id="svg7"
sodipodi:docname="kopia.svg"
inkscape:version="1.2.1 (9c6d41e, 2022-07-14)"
inkscape:export-filename="kopia-app-1024.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xml:space="preserve"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"><defs
id="defs11" /><sodipodi:namedview
id="namedview9"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="0.72913551"
inkscape:cx="185.15077"
inkscape:cy="191.32246"
inkscape:window-width="1487"
inkscape:window-height="801"
inkscape:window-x="0"
inkscape:window-y="38"
inkscape:window-maximized="0"
inkscape:current-layer="svg7" /><title
id="title2">kopia-svg</title><style
id="style4">
.s0 { fill: #2a7fff }
</style><path
id="Shape 1"
class="s0"
d="M 31.559412,16.139358 C 47.610515,-14.952629 89.10849,3.7025634 85.585075,31.478073 c 17.225575,2.487364 17.225575,32.750223 -1.95745,32.750223 -4.697881,0.414568 -19.646732,0.414568 -19.646732,0.414568 V 51.376951 L 72.202195,42.256632 58.180752,15.724805 43.187811,42.256632 51.800595,51.376951 V 64.642864 H 16.291289 c -18.4000456,0 -23.8809114,-31.921108 -2.348945,-37.310375 -0.782979,-7.462083 7.438319,-14.924163 17.225575,-11.193125 z"
style="fill:#2f80ff;fill-opacity:1;stroke:none;stroke-width:0.448351;stroke-linejoin:round;stroke-dasharray:none"
sodipodi:nodetypes="ccccccccccsccc" /><metadata
id="metadata1000"><rdf:RDF><cc:Work
rdf:about=""><dc:title>kopia-svg</dc:title></cc:Work></rdf:RDF></metadata></svg>

Before

Width:  |  Height:  |  Size: 493 B

After

Width:  |  Height:  |  Size: 2.2 KiB