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/svg/path-string.h | |
| parent | From trunk (diff) | |
| download | inkscape-dc743aafd8b8c2d9c4e081fc937a94a26c055203.tar.gz inkscape-dc743aafd8b8c2d9c4e081fc937a94a26c055203.zip | |
Merge from trunk
(bzr r6886)
Diffstat (limited to 'src/svg/path-string.h')
| -rw-r--r-- | src/svg/path-string.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/svg/path-string.h b/src/svg/path-string.h index d09d43b9d..01389a3d0 100644 --- a/src/svg/path-string.h +++ b/src/svg/path-string.h @@ -1,4 +1,4 @@ -/* +/** * Inkscape::SVG::PathString - builder for SVG path strings * * Copyright 2007 MenTaLguY <mental@rydia.net> @@ -113,6 +113,9 @@ public: return *this; } + /** + * \param rot the angle in degrees + */ PathString &arcTo(NR::Coord rx, NR::Coord ry, NR::Coord rot, bool large_arc, bool sweep, NR::Point p) |
