From 76a814967236c4f1624a073871a2b5d0b8ccefe6 Mon Sep 17 00:00:00 2001 From: johanengelen Date: Thu, 3 Jul 2008 20:23:49 +0000 Subject: [PATCH] noop, add comment --- src/display/curve.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/display/curve.cpp b/src/display/curve.cpp index 5dca3c00f..1d3a3b1d5 100644 --- a/src/display/curve.cpp +++ b/src/display/curve.cpp @@ -993,6 +993,10 @@ SPCurve::first_point() const /** * Return the second point of first subpath or _movePos if curve too short. + * If the pathvector is empty, this returns (0,0). If the first path is only a moveto, this method + * returns the first point of the second path, if it exists. Otherwise (0,0) + * + * FIXME: for empty paths this should return (NR_HUGE,NR_HUGE) */ NR::Point SPCurve::second_point() const -- 2.30.2