summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-06-16 16:16:38 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-06-16 16:16:38 +0000
commit251b0986df5b12162d2fb4aa97b0cd6e2f932cff (patch)
tree4d844d4e219ee2deee0203c7aeeb0cc3707de727 /src/live_effects/effect.h
parentSeparate function to put pen context into 'wait for LPE mouse clicks' mode (diff)
downloadinkscape-251b0986df5b12162d2fb4aa97b0cd6e2f932cff.tar.gz
inkscape-251b0986df5b12162d2fb4aa97b0cd6e2f932cff.zip
New LPE: circle through 3 points
(bzr r5959)
Diffstat (limited to 'src/live_effects/effect.h')
-rw-r--r--src/live_effects/effect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h
index 799c4cf75..93f2e60b1 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -73,6 +73,7 @@ enum EffectType {
PERP_BISECTOR,
TANGENT_TO_CURVE,
MIRROR_REFLECT,
+ CIRCLE_3PTS,
INVALID_LPE // This must be last
};