summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
authorJF Barraud <jf.barraud@gmail.com>2008-02-25 00:04:24 +0000
committerjfbarraud <jfbarraud@users.sourceforge.net>2008-02-25 00:04:24 +0000
commit0400aec5b1e23a9fa82faac629d489b6c7e2be51 (patch)
tree0b2970fe43f68032ce2481b9171154af12f78ff0 /src/live_effects/effect.h
parentFurther cleanup (left-over debugging message) (diff)
downloadinkscape-0400aec5b1e23a9fa82faac629d489b6c7e2be51.tar.gz
inkscape-0400aec5b1e23a9fa82faac629d489b6c7e2be51.zip
3 new lpe gadgets: sketch, knot and vonkoch.
(bzr r4842)
Diffstat (limited to 'src/live_effects/effect.h')
-rw-r--r--src/live_effects/effect.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h
index 8354c218b..fb5e85b1b 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -52,6 +52,9 @@ namespace LivePathEffect {
enum EffectType {
PATH_ALONG_PATH = 0,
SKELETAL_STROKES,
+ SKETCH,
+ VONKOCH,
+ KNOT,
#ifdef LPE_ENABLE_TEST_EFFECTS
SLANT,
DOEFFECTSTACK_TEST,