mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
98_DOIF.pm: ring2: ring problem fixed
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@24434 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
eddbf45f72
commit
f025776811
@ -5617,7 +5617,7 @@ sub ring2
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$out.=sprintf('<g stroke="url(#grad2_ring2_%d_%d_%d)" fill="none" stroke-width="2">',$currColor2,$minColor2,(defined $lr ? $lr:0));
|
$out.=sprintf('<g stroke="url(#grad2_ring2_%s_%s_%s)" fill="none" stroke-width="2">',$currColor2,$minColor2,(defined $lr ? $lr:0));
|
||||||
$out.=describeArc(41, 30, 25.5, 0, int($prop2*280));
|
$out.=describeArc(41, 30, 25.5, 0, int($prop2*280));
|
||||||
$out.='</g>';
|
$out.='</g>';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user