mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
98_SVG: PlotEditor default linestyle
git-svn-id: https://svn.fhem.de/fhem/trunk@7675 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
19d6ce518d
commit
46fd571688
@ -405,7 +405,7 @@ SVG_PEdit($$$$)
|
||||
$conf{lType}[$idx]);
|
||||
my $ls = $conf{lStyle}[$idx];
|
||||
if($ls) {
|
||||
$ls =~ s/class=//g;
|
||||
$ls =~ s/class=.* //g;
|
||||
$ls =~ s/"//g;
|
||||
}
|
||||
$o .= SVG_sel("style_$idx", join(",", @lineStyles), $ls);
|
||||
|
Loading…
x
Reference in New Issue
Block a user