[ticket/17418] Fix broken path in redface

PHPBB-17418
This commit is contained in:
Marc Alexander 2024-10-27 16:21:02 +01:00
parent 422741e432
commit 4dc69f959f
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -28,7 +28,7 @@
stroke-linejoin: round;
}
</style>
<!-- Define the linear (start) gradient -->
<!-- Define the linear (start) gradient -->
<linearGradient id="linearGradient" x1="1.5" y1="43.56" x2="86.54" y2="43.56" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#ffa49f" id="linearStart" />
<stop offset="1" stop-color="#fd5756" id="linearEnd" />
@ -44,15 +44,14 @@
<g id="Layer_1" data-name="Layer 1">
<g id="redface">
<!-- <ellipse class="cls-5" cx="44.02" cy="43.56" rx="42.52" ry="42.06"/> -->
<!-- Ellipse with linear gradient -->
<ellipse class="cls-5" cx="44.02" cy="43.56" rx="42.52" ry="42.06" fill="url(#linearGradient)" opacity="1"/>
<!-- Ellipse with linear gradient -->
<ellipse class="cls-5" cx="44.02" cy="43.56" rx="42.52" ry="42.06" fill="url(#linearGradient)" opacity="1"/>
<!-- Ellipse with radial gradient, positioned exactly over the first -->
<ellipse class="cls-5" cx="44.02" cy="43.56" rx="42.52" ry="42.06" fill="url(#radialGradient)" opacity="0">
<animate attributeName="opacity" values="0;1;1;0" keyTimes="0;0.3;0.7;1" dur="2s" repeatCount="indefinite" />
</ellipse>
<path class="cls-2" d="m44.02,18.65s-10.68.01-13.17.98q-3.17,1.23-6.41,5.94c-1.47,2.13-1.95,5.1-2.06,5.89-.02.13-.02.24-.02.37v8.48c0,1.56,1.26,2.82,2.82,2.82h18.85"/>
<path class="cls-2" d="m44.02,18.65s10.68.01,13.17.98q3.17,1.23,6.41,5.94c1.71,2.48,2.08,6.08,2.08,6.08v8.65c0,1.56-1.26,2.82-2.82,2.82h-18.85"/>
<!-- Ellipse with radial gradient, positioned exactly over the first -->
<ellipse class="cls-5" cx="44.02" cy="43.56" rx="42.52" ry="42.06" fill="url(#radialGradient)" opacity="0">
<animate attributeName="opacity" values="0;1;1;0" keyTimes="0;0.3;0.7;1" dur="2s" repeatCount="indefinite" />
</ellipse>
<path class="cls-2" d="m44.02,43.13h18.85c1.56,0,2.82-1.26,2.82-2.82v-8.65s-.37-3.6-2.08-6.08q-3.25-4.71-6.41-5.94c-2.5-.97-13.17-.98-13.17-.98,0,0-10.68.01-13.17.98q-3.17,1.23-6.41,5.94c-1.47,2.13-1.95,5.1-2.06,5.89-.02.13-.02.24-.02.37v8.48c0,1.56,1.26,2.82,2.82,2.82h18.85Z"/>
<ellipse class="cls-1" cx="38.06" cy="34.43" rx="4.96" ry="6.57"/>
<ellipse class="cls-1" cx="49.98" cy="34.43" rx="4.96" ry="6.57"/>
<path class="cls-4" d="m20.35,27.15s3.16-7.94,9.17-9.33"/>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB