🐛 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
+36 -1
View File
@@ -1 +1,36 @@
<svg xmlns="http://www.w3.org/2000/svg" width="768" height="768"><path d="M552.96 84.48c69.12 0 126.72 57.6 126.72 126.72v84.48H768v-80.64C768 96 672 0 552.96 0h-84.48v84.48z" style="fill:#fbbc04;stroke-width:38.4"/><path d="M215.04 683.52c-69.12 0-126.72-57.6-126.72-126.72v-84.48H0v84.48C0 672 96 768 215.04 768h84.48v-84.48z" style="fill:#4285f4;stroke-width:38.4"/><path d="M215.04 84.48c-69.12 0-126.72 57.6-126.72 126.72v84.48H0v-80.64C0 96 96 0 215.04 0h84.48v84.48z" style="fill:#ea4335;stroke-width:38.4"/><circle cx="384" cy="384" r="149.76" style="fill:#4285f4;stroke-width:38.4"/><circle cx="641.28" cy="641.28" r="84.48" style="fill:#34a853;stroke-width:38.4"/></svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1.1"
width="768"
height="768"
viewBox="0 0 768 768"
id="svg425"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs366" />
<path
d="m 552.96,84.48 c 69.12,0 126.72,57.6 126.72,126.72 v 84.48 H 768 V 215.04 C 768,96 672,0 552.96,0 h -84.48 v 84.48 z"
id="path352"
style="fill:#fbbc04;stroke-width:38.4" />
<path
d="M 215.04,683.52 C 145.92,683.52 88.32,625.92 88.32,556.8 V 472.32 H 0 V 556.8 C 0,672 96,768 215.04,768 h 84.48 v -84.48 z"
id="path354"
style="fill:#4285f4;stroke-width:38.4" />
<path
d="m 215.04,84.48 c -69.12,0 -126.72,57.6 -126.72,126.72 v 84.48 H 0 V 215.04 C 0,96 96,0 215.04,0 h 84.48 v 84.48 z"
id="path356"
style="fill:#ea4335;stroke-width:38.4" />
<circle
cx="384"
cy="384"
r="149.76001"
id="circle358"
style="fill:#4285f4;stroke-width:38.4" />
<circle
cx="641.28003"
cy="641.28003"
r="84.480003"
id="circle360"
style="fill:#34a853;stroke-width:38.4" />
</svg>

Before

Width:  |  Height:  |  Size: 680 B

After

Width:  |  Height:  |  Size: 1.1 KiB