diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2008-07-21 20:38:09 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2008-07-21 20:38:09 +0000 |
| commit | f3717986550c5c21880a7347ad02a6a9b944d76c (patch) | |
| tree | 70e2836396bac20fae25a01bcaac64e9f121ec9a /src/splivarot.h | |
| parent | cleanup includes (diff) | |
| download | inkscape-f3717986550c5c21880a7347ad02a6a9b944d76c.tar.gz inkscape-f3717986550c5c21880a7347ad02a6a9b944d76c.zip | |
Implement snapping of clipping paths and masks
(bzr r6386)
Diffstat (limited to 'src/splivarot.h')
| -rw-r--r-- | src/splivarot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/splivarot.h b/src/splivarot.h index ce31dd8c4..eaf242599 100644 --- a/src/splivarot.h +++ b/src/splivarot.h @@ -48,7 +48,7 @@ void sp_selected_path_outline (); void sp_selected_path_simplify (); Path *Path_for_item(SPItem *item, bool doTransformation, bool transformFull = true); -NArtBpath *bpath_for_curve(SPItem *item, SPCurve *curve, bool doTransformation, bool transformFull); +NArtBpath *bpath_for_curve(SPItem *item, SPCurve *curve, bool doTransformation, bool transformFull, NR::Matrix extraPreAffine, NR::Matrix extraPostAffine); Geom::PathVector pathvector_for_curve(SPItem *item, SPCurve *curve, bool doTransformation, bool transformFull); SPCurve *curve_for_item(SPItem *item); NR::Maybe<Path::cut_position> get_nearest_position_on_Path(Path *path, NR::Point p, unsigned seg = 0); |
