diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2008-03-08 11:32:18 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2008-03-08 11:32:18 +0000 |
| commit | 0a78ad638f3bbcd46631cb2c741fca031356b725 (patch) | |
| tree | e7e0378939debb249a67c9e658bcef959b3b1a57 /src/livarot/Path.h | |
| parent | make the infobox narrower and place add button above it (diff) | |
| download | inkscape-0a78ad638f3bbcd46631cb2c741fca031356b725.tar.gz inkscape-0a78ad638f3bbcd46631cb2c741fca031356b725.zip | |
Node tool: snap to paths and their nodes, incl. to the path currently being edited
(bzr r4989)
Diffstat (limited to 'src/livarot/Path.h')
| -rw-r--r-- | src/livarot/Path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/livarot/Path.h b/src/livarot/Path.h index b6e563d98..454fb4ca4 100644 --- a/src/livarot/Path.h +++ b/src/livarot/Path.h @@ -203,7 +203,7 @@ public: double t; }; cut_position* CurvilignToPosition(int nbCv,double* cvAbs,int &nbCut); - cut_position PointToCurvilignPosition(NR::Point const &pos) const; + cut_position PointToCurvilignPosition(NR::Point const &pos, unsigned seg = 0) const; //Should this take a cut_position as a param? double PositionToLength(int piece, double t); |
