mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-26 16:19:32 +00:00
98_SVG.pm: spline fix by eki (Forum #32430)
git-svn-id: https://svn.fhem.de/fhem/trunk@7658 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
69980765a1
commit
25b62f8dea
@ -1802,7 +1802,7 @@ SVG_render($$$$$$$$$;$$)
|
||||
|
||||
my(@xcp1, @xcp2, @ycp1, @ycp2);
|
||||
|
||||
SVG_getControlPoints(\@xcp1, \@xcp2, \@ycp1, \@ycp2, $dxp, $dyp, $x, $y, $h, $min, $hmul) if ($lt ne "L");
|
||||
SVG_getControlPoints(\@xcp1, \@xcp2, \@ycp1, \@ycp2, $dxp, $dyp, $x, $y, $h, $min, $hmul) if (($lt ne "L") && (@{$dxp} > 1));
|
||||
|
||||
foreach my $i (0..int(@{$dxp})-1) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user