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:
rudolfkoenig
2011-03-17 18:51:12 +00:00
parent ccf1e7e4f4
commit 7a0f36b401
6 changed files with 17 additions and 17 deletions

View File

@@ -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];