diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-03-14 10:22:32 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-03-14 10:22:32 +0000 |
| commit | 9dde2a95bdbe44c1acdfa4bb279ca554771bb0c8 (patch) | |
| tree | 613faaf93a3c4d3ced5e591daf0fe3cdab23afb1 /src/helper/geom.cpp | |
| parent | Fix for a potential (though unlikely) dereference of null pointer in the spra... (diff) | |
| download | inkscape-9dde2a95bdbe44c1acdfa4bb279ca554771bb0c8.tar.gz inkscape-9dde2a95bdbe44c1acdfa4bb279ca554771bb0c8.zip | |
Lattice 2 now handle in miror mode revase of axis, also fix a bug moving extem axis knots
(bzr r14001)
Diffstat (limited to 'src/helper/geom.cpp')
| -rw-r--r-- | src/helper/geom.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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) |
