summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJF Barraud <jf.barraud@gmail.com>2009-03-13 12:57:08 +0000
committerjfbarraud <jfbarraud@users.sourceforge.net>2009-03-13 12:57:08 +0000
commit9bf157fa671e1f23667aba6eae399b3e5f127f8d (patch)
treec86b0f1e0b07a4ee9c5b5775e2d8d9e1f097c0eb /src/live_effects/effect.cpp
parentAdds two new textures, Liquid and Watercolor (diff)
downloadinkscape-9bf157fa671e1f23667aba6eae399b3e5f127f8d.tar.gz
inkscape-9bf157fa671e1f23667aba6eae399b3e5f127f8d.zip
moved VonKoch lpe to non experimental: relevant tests commited as well...
(bzr r7476)
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 9a1c33eeb..1b22d2f31 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -6,6 +6,8 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+//#define LPE_ENABLE_TEST_EFFECTS
+
#include "live_effects/effect.h"
#ifdef HAVE_CONFIG_H
@@ -72,8 +74,6 @@
#include "live_effects/lpe-path_length.h"
#include "live_effects/lpe-line_segment.h"
-//#define LPE_ENABLE_TEST_EFFECTS
-
namespace Inkscape {
@@ -104,7 +104,6 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{SKETCH, N_("Sketch"), "sketch"},
{TANGENT_TO_CURVE, N_("Tangent to curve"), "tangent_to_curve"},
{TEXT_LABEL, N_("Text label"), "text_label"},
- {VONKOCH, N_("VonKoch"), "vonkoch"},
#endif
/* 0.46 */
{BEND_PATH, N_("Bend"), "bend_path"},
@@ -112,6 +111,7 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{PATTERN_ALONG_PATH, N_("Pattern Along Path"), "skeletal"}, // for historic reasons, this effect is called skeletal(strokes) in Inkscape:SVG
{CURVE_STITCH, N_("Stitch Sub-Paths"), "curvestitching"},
/* 0.47 */
+ {VONKOCH, N_("VonKoch"), "vonkoch"},
{KNOT, N_("Knot"), "knot"},
{CONSTRUCT_GRID, N_("Construct grid"), "construct_grid"},
{SPIRO, N_("Spiro spline"), "spiro"},