summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJF Barraud <jf.barraud@gmail.com>2009-02-02 00:02:17 +0000
committerjfbarraud <jfbarraud@users.sourceforge.net>2009-02-02 00:02:17 +0000
commit24e6dfc5bd838dfb8445b1c22c39437210407c83 (patch)
tree8b634e3da54de4ce1dc54f4a2b651443c87a09f1 /src/live_effects/effect.cpp
parentFIX for bug 317964; SVG crashes on empthy flow-text element (diff)
downloadinkscape-24e6dfc5bd838dfb8445b1c22c39437210407c83.tar.gz
inkscape-24e6dfc5bd838dfb8445b1c22c39437210407c83.zip
knot-lpe enabled (tests commited to testsuite).
(bzr r7213)
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 */