diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2012-01-04 20:49:35 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2012-01-04 20:49:35 +0000 |
| commit | 7c932c75f7daff55d89f39dc06097d264af8ef61 (patch) | |
| tree | f2bc7deaa458af1bfe324abb977bb6c16bd62234 /src/ui/tool/multi-path-manipulator.h | |
| parent | 2geom update: forgot to add new file (diff) | |
| download | inkscape-7c932c75f7daff55d89f39dc06097d264af8ef61.tar.gz inkscape-7c932c75f7daff55d89f39dc06097d264af8ef61.zip | |
new: add nodes at extreme values of selected subpaths
(bzr r10839)
Diffstat (limited to 'src/ui/tool/multi-path-manipulator.h')
| -rw-r--r-- | src/ui/tool/multi-path-manipulator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tool/multi-path-manipulator.h b/src/ui/tool/multi-path-manipulator.h index 6b5686139..36ea8831c 100644 --- a/src/ui/tool/multi-path-manipulator.h +++ b/src/ui/tool/multi-path-manipulator.h @@ -51,6 +51,7 @@ public: void setNodeType(NodeType t); void setSegmentType(SegmentType t); + void insertNodesAtExtrema(ExtremumType extremum); void insertNodes(); void duplicateNodes(); void joinNodes(); |
