diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2008-08-03 22:31:19 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2008-08-03 22:31:19 +0000 |
| commit | 1e5e35ca72ded3593d420906bc1a9d436aeed2db (patch) | |
| tree | d2662ca2278012d6a08d019d5d4dc49ce181e20d /src/splivarot.h | |
| parent | update 2geom: fixes long standing bug where closed paths are not converted co... (diff) | |
| download | inkscape-1e5e35ca72ded3593d420906bc1a9d436aeed2db.tar.gz inkscape-1e5e35ca72ded3593d420906bc1a9d436aeed2db.zip | |
Refactoring the object-snapper to use 2geom paths
(bzr r6552)
Diffstat (limited to 'src/splivarot.h')
| -rw-r--r-- | src/splivarot.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/splivarot.h b/src/splivarot.h index eaf242599..69e985ffa 100644 --- a/src/splivarot.h +++ b/src/splivarot.h @@ -48,8 +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, NR::Matrix extraPreAffine, NR::Matrix extraPostAffine); -Geom::PathVector pathvector_for_curve(SPItem *item, SPCurve *curve, bool doTransformation, bool transformFull); +Geom::PathVector* pathvector_for_curve(SPItem *item, SPCurve *curve, bool doTransformation, bool transformFull, Geom::Matrix extraPreAffine, Geom::Matrix extraPostAffine); SPCurve *curve_for_item(SPItem *item); NR::Maybe<Path::cut_position> get_nearest_position_on_Path(Path *path, NR::Point p, unsigned seg = 0); NR::Point get_point_on_Path(Path *path, int piece, double t); |
