2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 19:36:02 +00:00

98_SVG.pm: remove fill:red

git-svn-id: https://svn.fhem.de/fhem/trunk@17457 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-10-04 12:33:53 +00:00
parent 2af9e497d4
commit 710c1a85d4

View File

@ -1429,7 +1429,7 @@ SVG_render($$$$$$$$$$)
######################
# Rectangle
SVG_pO "<rect x='$x' y='$y' width ='$w' height ='$h' rx='8' ry='8' ".
"fill='red' class='border'/>";
"fill='none' class='border'/>";
my ($off1,$off2) = ($x+$w/2, 3*$y/4);
my $title = ($conf{title} ? $conf{title} : " ");