summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-05-19 15:59:20 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-05-19 15:59:20 +0000
commitbdc027b935bb47e682dea35c97daca0aeae4e786 (patch)
treed07c573dab7676265a3f4a0cd0467ead4e33f99d /src/live_effects/effect.h
parentnoop: cosmetics in lpe-skeleton.h (diff)
downloadinkscape-bdc027b935bb47e682dea35c97daca0aeae4e786.tar.gz
inkscape-bdc027b935bb47e682dea35c97daca0aeae4e786.zip
New LPE: Tangent to curve (draws a tangent of fixed length which can be dragged along the curve)
(bzr r5703)
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 693c6ad46..ad2d5126f 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -68,6 +68,7 @@ enum EffectType {
CONSTRUCT_GRID,
ENVELOPE,
PERP_BISECTOR,
+ TANGENT_TO_CURVE,
INVALID_LPE // This must be last
};