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:
parent
3969e96897
commit
c19af0a8e3
@ -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>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user