Code

fix compositing for premultiplication and non-alpha cases
[inkscape.git] / src / live_effects / effect.h
index 6af44b7e1861bcbaddcfd3916ed44518ed069391..f3c415269dc52890710372f57d83b6af2f903322 100644 (file)
@@ -19,6 +19,8 @@
 \r
 #define  LPE_CONVERSION_TOLERANCE 0.01    // FIXME: find good solution for this.\r
 \r
+//#define LPE_ENABLE_TEST_EFFECTS\r
+\r
 struct SPShape;\r
 struct SPDocument;\r
 class NArtBpath;\r
@@ -40,9 +42,12 @@ namespace LivePathEffect {
 \r
 enum EffectType {\r
     SKELETAL_STROKES = 0,\r
+#ifdef LPE_ENABLE_TEST_EFFECTS\r
     SLANT,\r
     DOEFFECTSTACK_TEST,\r
+#endif\r
     GEARS,\r
+    CURVE_STITCH,\r
     INVALID_LPE // This must be last\r
 };\r
 \r