From 9dde2a95bdbe44c1acdfa4bb279ca554771bb0c8 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Cenoz Date: Sat, 14 Mar 2015 11:22:32 +0100 Subject: Lattice 2 now handle in miror mode revase of axis, also fix a bug moving extem axis knots (bzr r14001) --- src/helper/geom.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/helper/geom.cpp') diff --git a/src/helper/geom.cpp b/src/helper/geom.cpp index 307412b57..91689375f 100644 --- a/src/helper/geom.cpp +++ b/src/helper/geom.cpp @@ -558,6 +558,9 @@ pathv_to_linear( Geom::PathVector const &pathv, double /*maxdisp*/) /* * Converts all segments in all paths to Geom Cubic bezier. + * This is used in lattice2 LPE, maybe is better move the function to the effect + * But maybe could be usable by others, so i put here. + * The straight curve part is needed as it for the effect to work apropiately */ Geom::PathVector pathv_to_cubicbezier( Geom::PathVector const &pathv) -- cgit v1.2.3