summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 11c415e60..3bd7944ab 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -72,6 +72,9 @@
#include "live_effects/lpe-path_length.h"
#include "live_effects/lpe-line_segment.h"
+//#define LPE_ENABLE_TEST_EFFECTS
+
+
namespace Inkscape {
namespace LivePathEffect {
@@ -89,7 +92,6 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{FREEHAND_SHAPE, N_("Freehand Shape"), "freehand_shape"}, // this is actually a special type of PatternAlongPath, used to paste shapes in pen/pencil tool
{ROUGH_HATCHES, N_("Hatches (rough)"), "rough_hatches"},
{INTERPOLATE, N_("Interpolate Sub-Paths"), "interpolate"},
- {KNOT, N_("Knot"), "knot"},
{LATTICE, N_("Lattice Deformation"), "lattice"},
{LINE_SEGMENT, N_("Line Segment"), "line_segment"},
{MIRROR_SYMMETRY, N_("Mirror symmetry"), "mirror_symmetry"},
@@ -109,6 +111,7 @@ const Util::EnumData<EffectType> LPETypeData[] = {
/* 0.46 */
{BEND_PATH, N_("Bend"), "bend_path"},
{GEARS, N_("Gears"), "gears"},
+ {KNOT, N_("Knot"), "knot"},
{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 */