diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-02-23 21:52:43 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-02-23 21:52:43 +0000 |
| commit | 24577e91f0d05820369344d0881275e838fa2eef (patch) | |
| tree | 9a48764a110091712cb30290d6904e6700042fed /src/verbs.h | |
| parent | Warning and space cleanup (diff) | |
| download | inkscape-24577e91f0d05820369344d0881275e838fa2eef.tar.gz inkscape-24577e91f0d05820369344d0881275e838fa2eef.zip | |
* on-canvas clip and mask editing :) in the object menu you can find how to edit them.
* show helperpath toggle on node-edit toolbar. so helperpath is now also available for normal paths (instead of only for LPE'd paths)
(bzr r4834)
Diffstat (limited to 'src/verbs.h')
| -rw-r--r-- | src/verbs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verbs.h b/src/verbs.h index b754d3807..6576c9652 100644 --- a/src/verbs.h +++ b/src/verbs.h @@ -137,8 +137,10 @@ enum { SP_VERB_OBJECT_FLIP_HORIZONTAL, SP_VERB_OBJECT_FLIP_VERTICAL, SP_VERB_OBJECT_SET_MASK, + SP_VERB_OBJECT_EDIT_MASK, SP_VERB_OBJECT_UNSET_MASK, SP_VERB_OBJECT_SET_CLIPPATH, + SP_VERB_OBJECT_EDIT_CLIPPATH, SP_VERB_OBJECT_UNSET_CLIPPATH, /* Tools */ SP_VERB_CONTEXT_SELECT, |
