summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1e7ac93)
raw | patch | inline | side by side (parent: 1e7ac93)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 7 Jul 2008 09:17:41 +0000 (09:17 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 7 Jul 2008 09:17:41 +0000 (09:17 +0000) |
src/display/curve.cpp | patch | blob | history |
diff --git a/src/display/curve.cpp b/src/display/curve.cpp
index 035b65fd7d622b16c034b9b47f155c9acb5f4be9..107dbca3a2ec0c6d12738ba3b9ec872a86f46846 100644 (file)
--- a/src/display/curve.cpp
+++ b/src/display/curve.cpp
return nr;
}
-
/**
* Increase _refcount of curve.
*
}
/**
- * Return last pathsegment (possibly the closing path segment) in PathVector or NULL.
- * equal in functionality to SPCurve::last_bpath()
+ * Return last pathsegment (possibly the closing path segment) of the last path in PathVector or NULL.
+ * If the last path is empty (contains only a moveto), the function returns NULL
*/
Geom::Curve const *
SPCurve::last_segment() const