mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
98_SVG.pm: add 2.5 aas lineWidth
git-svn-id: https://svn.fhem.de/fhem/trunk@22703 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
64d48434ac
commit
2c0b1a05ad
@ -494,7 +494,8 @@ SVG_PEdit($$$$)
|
||||
$lw =~ s/.*stroke-width://g;
|
||||
$lw =~ s/"//g;
|
||||
}
|
||||
$o .= SVG_sel("width_$idx", "0.2,0.5,1,1.5,2,3,4,8,12,16,24",($lw ? $lw:1));
|
||||
$o .= SVG_sel("width_$idx", "0.2,0.5,1,1.5,2,2.5,3,4,8,12,16,24",
|
||||
($lw ? $lw:1));
|
||||
$o .= "</td></tr>";
|
||||
$output[$idx] = $o;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user