diff options
| author | Ted Gould <ted@gould.cx> | 2008-10-28 04:45:31 +0000 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2008-10-28 04:45:31 +0000 |
| commit | dc743aafd8b8c2d9c4e081fc937a94a26c055203 (patch) | |
| tree | 98748c7465ac4ce06d1cbc359f767bcf0422cc85 /src/2geom/path.h | |
| parent | From trunk (diff) | |
| download | inkscape-dc743aafd8b8c2d9c4e081fc937a94a26c055203.tar.gz inkscape-dc743aafd8b8c2d9c4e081fc937a94a26c055203.zip | |
Merge from trunk
(bzr r6886)
Diffstat (limited to 'src/2geom/path.h')
| -rw-r--r-- | src/2geom/path.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/2geom/path.h b/src/2geom/path.h index 1b59ea011..e02b749e7 100644 --- a/src/2geom/path.h +++ b/src/2geom/path.h @@ -1,5 +1,6 @@ -/* - * Path - Series of continuous curves +/** + * \file + * \brief Path - Series of continuous curves * * Authors: * MenTaLguY <mental@rydia.net> @@ -564,6 +565,11 @@ public: } } + + /* + * It is important to note that the coordinates passed to appendNew should be finite! + */ + template <typename CurveType, typename A> void appendNew(A a) { unshare(); |
