98_SVG: PlotEditor default linestyle
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7675 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -405,7 +405,7 @@ SVG_PEdit($$$$)
|
|||||||
$conf{lType}[$idx]);
|
$conf{lType}[$idx]);
|
||||||
my $ls = $conf{lStyle}[$idx];
|
my $ls = $conf{lStyle}[$idx];
|
||||||
if($ls) {
|
if($ls) {
|
||||||
$ls =~ s/class=//g;
|
$ls =~ s/class=.* //g;
|
||||||
$ls =~ s/"//g;
|
$ls =~ s/"//g;
|
||||||
}
|
}
|
||||||
$o .= SVG_sel("style_$idx", join(",", @lineStyles), $ls);
|
$o .= SVG_sel("style_$idx", join(",", @lineStyles), $ls);
|
||||||
|
|||||||
Reference in New Issue
Block a user