diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-06-08 18:31:38 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-06-08 18:31:38 +0000 |
| commit | 33fdcb19f2eda0c91a2c4371a3e1973b3d0c556f (patch) | |
| tree | 9d34d6c6bc002c4e8c8a073e6bee4b7d1de0fc19 /src/display/curve.h | |
| parent | Re-add two handles for PerpBisector LPE (we don't add the other two because t... (diff) | |
| download | inkscape-33fdcb19f2eda0c91a2c4371a3e1973b3d0c556f.tar.gz inkscape-33fdcb19f2eda0c91a2c4371a3e1973b3d0c556f.zip | |
add method to retrieve first and last path of SPCurve, fix error.
(bzr r5858)
Diffstat (limited to 'src/display/curve.h')
| -rw-r--r-- | src/display/curve.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/display/curve.h b/src/display/curve.h index 4e94578ed..d46fa13b1 100644 --- a/src/display/curve.h +++ b/src/display/curve.h @@ -78,7 +78,9 @@ public: bool is_empty() const; bool is_closed() const; NArtBpath const * last_bpath() const; + Geom::Path const * last_path() const; NArtBpath const * first_bpath() const; + Geom::Path const * first_path() const; NR::Point first_point() const; NR::Point last_point() const; NR::Point second_point() const; |
