mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-03 07:35:22 +00:00
55_InfoPanel.pm: remove smartmatch issues
git-svn-id: https://svn.fhem.de/fhem/trunk@28758 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d3986c3c24
commit
9ebd85355f
@ -1059,7 +1059,7 @@ sub btIP_evalLayout {
|
|||||||
$params{xx} = $x;
|
$params{xx} = $x;
|
||||||
$params{yy} = $y;
|
$params{yy} = $y;
|
||||||
$svg .= btIP_itemDate($id,$x,$y,%params);
|
$svg .= btIP_itemDate($id,$x,$y,%params);
|
||||||
} "ellipse") {
|
} elsif ($cmd eq "ellipse") {
|
||||||
($id,$x1,$y1,$rx,$ry,$filled,$stroked,$link)= split("[ \t]+", $def, 8);
|
($id,$x1,$y1,$rx,$ry,$filled,$stroked,$link)= split("[ \t]+", $def, 8);
|
||||||
($x1,$y1) = btIP_xy($x1,$y1,%params);
|
($x1,$y1) = btIP_xy($x1,$y1,%params);
|
||||||
($rx,$ry) = btIP_xy($rx,$ry,%params);
|
($rx,$ry) = btIP_xy($rx,$ry,%params);
|
||||||
@ -1070,7 +1070,7 @@ sub btIP_evalLayout {
|
|||||||
$link //= "";
|
$link //= "";
|
||||||
$link = AnalyzePerlCommand(undef,$link);
|
$link = AnalyzePerlCommand(undef,$link);
|
||||||
$svg .= btIP_itemEllipse($id,$x1,$y1,$rx,$ry,$filled,$stroked,$link,%params);
|
$svg .= btIP_itemEllipse($id,$x1,$y1,$rx,$ry,$filled,$stroked,$link,%params);
|
||||||
} "embed") {
|
} elsif ($cmd eq "embed") {
|
||||||
($id,$x,$y,$width,$height,$arg)= split("[ \t]+", $def, 6);
|
($id,$x,$y,$width,$height,$arg)= split("[ \t]+", $def, 6);
|
||||||
($x,$y)= btIP_xy($x,$y,%params);
|
($x,$y)= btIP_xy($x,$y,%params);
|
||||||
($width,$height)= btIP_xy($width,$height,%params);
|
($width,$height)= btIP_xy($width,$height,%params);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user