summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-07-15 12:41:43 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-07-15 12:41:43 +0000
commitbfa81f113e1a7b19804c4543c1e05cc6c5cf0fda (patch)
treeac5a346a9ba67d0ebde14f648d7f266c6aa9e5c3 /src/live_effects/effect.h
parentPrint distance info in console for LPERuler until new CanvasText item works (diff)
downloadinkscape-bfa81f113e1a7b19804c4543c1e05cc6c5cf0fda.tar.gz
inkscape-bfa81f113e1a7b19804c4543c1e05cc6c5cf0fda.zip
New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pencil context); don't apply shapes each time the selection changes; new functions to test for specific LPE type and if a path can accept a new shape
(bzr r6322)
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 eced0a194..fbaf8f867 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -53,6 +53,7 @@ namespace LivePathEffect {
enum EffectType {
BEND_PATH = 0,
PATTERN_ALONG_PATH,
+ FREEHAND_SHAPE,
SKETCH,
VONKOCH,
KNOT,