🐛 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,9 @@
|
||||
<svg width="{% if width %}{{ width }}{% else %}128px{% endif %}" height="{% if height %}{{ height }}{% else %}128px{% endif %}" class="tubesync-logo" viewBox="0 0 128 128"><path d="M870.969 851.624c-19.472-11.173-35.258-2.02-35.258 20.428v165.654c0 22.47 15.786 31.612 35.258 20.45l144.738-83.037c19.478-11.177 19.478-29.286 0-40.46z" class="logo-icon" style="fill:#011627" transform="translate(-178.77 -190.27) scale(.26458)"/><path d="M915.567 719.135c-49.316.402-97.717 16.072-138.325 44.934-46.94 33.305-80.46 82.615-94.343 138.398-16.428 66.004-4.55 134.535 32.263 190.961l-35.814 42.182 150.732 27.367-51.845-144.058-33.317 39.412c-24.779-43.933-31.904-95.227-19.504-145.05 11.393-45.776 38.857-86.192 77.291-113.476 37.904-26.964 84.28-39.834 130.617-36.207l3.416-43.693a238.29 238.29 0 0 0-21.171-.77z" class="logo-left-arrow" style="fill:#011627" transform="translate(-178.77 -190.27) scale(.26458)"/><path d="m1004.973 759.06 51.848 144.058 33.316-39.412c24.779 43.932 31.904 95.225 19.504 145.047-11.393 45.776-38.858 86.194-77.293 113.478-37.903 26.964-84.278 39.832-130.615 36.205l-3.416 43.694c56.499 4.575 113.085-11.177 159.494-44.163 46.94-33.305 80.461-82.616 94.398-138.613 16.427-66.003 4.55-134.534-32.264-190.96l35.815-42.182z" class="logo-right-arrow" style="fill:#011627" transform="translate(-178.77 -190.27) scale(.26458)"/></svg>
|
||||
<svg class="tubesync-logo" width="{% if width %}{{ width }}{% else %}128px{% endif %}" height="{% if height %}{{ height }}{% else %}128px{% endif %}" viewBox="0 0 128 128">
|
||||
<g transform="translate(0,-169)">
|
||||
<g transform="matrix(0.26458333,0,0,0.26458333,-178.7695,-21.269183)">
|
||||
<path class="logo-icon" style="fill:#011627;" d="M 870.96867,851.62418 C 851.49721,840.45108 835.711,849.60421 835.711,872.05194 v 165.65436 c 0,22.4701 15.78621,31.6114 35.25767,20.4488 L 1015.707,975.11897 c 19.4781,-11.17706 19.4781,-29.28555 0,-40.45997 z" />
|
||||
<path class="logo-left-arrow" style="fill:#011627;" d="m 915.5666,719.13545 c -49.31563,0.40129 -97.71637,16.0713 -138.32422,44.93359 -46.94068,33.30533 -80.46025,82.61479 -94.34374,138.39844 -16.42739,66.00354 -4.54978,134.53452 32.26367,190.96092 l -35.81445,42.1816 150.73242,27.3672 -51.84571,-144.0586 -33.3164,39.4121 c -24.77897,-43.9323 -31.90369,-95.22673 -19.50391,-145.04876 11.39316,-45.77667 38.85626,-86.19287 77.29102,-113.47657 37.9033,-26.96389 84.27909,-39.83411 130.61718,-36.20703 l 3.41602,-43.69336 c -7.06243,-0.57189 -14.12679,-0.82686 -21.17188,-0.76953 z" />
|
||||
<path class="logo-right-arrow" style="fill:#011627;" d="m 1004.9729,759.05928 51.8476,144.05859 33.3165,-39.41211 c 24.7789,43.93234 31.904,95.22486 19.5039,145.04684 -11.3931,45.7767 -38.8579,86.1948 -77.293,113.4785 -37.90331,26.9639 -84.27746,39.8322 -130.61528,36.2051 l -3.41602,43.6934 c 56.4994,4.5751 113.0853,-11.1767 159.4942,-44.1622 46.9407,-33.3053 80.4616,-82.6166 94.3984,-138.6132 16.4271,-66.00353 4.5498,-134.53452 -32.2637,-190.96094 l 35.8145,-42.18164 z" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user