Label may contain now a single :
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@867 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -87,6 +87,7 @@ SVG_render($$$$$$$)
|
||||
pO "<text id=\"svg_title\" x=\"$off1\" y=\"$off2\" " .
|
||||
"class=\"title\" text-anchor=\"middle\">$title</text>";
|
||||
|
||||
# Copy and Paste labels, hidden by default
|
||||
pO "<text id=\"svg_paste\" x=\"" . ($ow-$x) . "\" y=\"$off2\" " .
|
||||
"onclick=\"parent.svg_paste(evt)\" " .
|
||||
"class=\"paste\" text-anchor=\"end\"> </text>";
|
||||
@@ -123,7 +124,6 @@ SVG_render($$$$$$$)
|
||||
($off1,$off2) = ($ow-$x-$th, $y+$th);
|
||||
|
||||
|
||||
|
||||
for my $i (0..int(@ltitle)-1) {
|
||||
my $j = $i+1;
|
||||
my $t = $ltitle[$i];
|
||||
|
||||
Reference in New Issue
Block a user