2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-25 09:49:20 +00:00

98_DOIF.pm: ring2: ring problem fixed

git-svn-id: https://svn.fhem.de/fhem/trunk@24434 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Damian 2021-05-13 20:27:41 +00:00
parent 0b2056b758
commit d1d44ffe18

View File

@ -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.='</g>';