2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

98_DOIF.pm: svg-ring position fixed

git-svn-id: https://svn.fhem.de/fhem/trunk@23744 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Damian 2021-02-14 20:12:01 +00:00
parent 3969e96897
commit c19af0a8e3

View File

@ -4700,7 +4700,7 @@ sub ring
<stop offset="1" style="stop-color:rgb(48,48,48); stop-opacity:0.8"/><linearGradient>'; <stop offset="1" style="stop-color:rgb(48,48,48); stop-opacity:0.8"/><linearGradient>';
$out.='</defs>'; $out.='</defs>';
$out.='<circle cx="41" cy="31" r="26.5" fill="url(#gradbackring)" />'; $out.='<circle cx="41" cy="30" r="26.5" fill="url(#gradbackring)" />';
$out.='<g stroke="url(#grad_stroke3)" fill="none" stroke-width="4">'; $out.='<g stroke="url(#grad_stroke3)" fill="none" stroke-width="4">';
$out.=describeArc(41, 30, 28, 0, 280); $out.=describeArc(41, 30, 28, 0, 280);
$out.='</g>'; $out.='</g>';