summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2009-02-02 19:42:03 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2009-02-02 19:42:03 +0000
commit6922707069f3f9d2792191937e72439901878ece (patch)
treeb27b30a81f019cde235eea14d06ddb505900a5b6 /src/live_effects/effect.cpp
parentenable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!) (diff)
downloadinkscape-6922707069f3f9d2792191937e72439901878ece.tar.gz
inkscape-6922707069f3f9d2792191937e72439901878ece.zip
enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)
(bzr r7224)
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 751b863be..e4a5b9b43 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -89,7 +89,6 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{CIRCLE_3PTS, N_("Circle by 3 points"), "circle_3pts"},
{DYNASTROKE, N_("Dynamic stroke"), "dynastroke"},
{ENVELOPE, N_("Envelope Deformation"), "envelope"},
- {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"},
{LATTICE, N_("Lattice Deformation"), "lattice"},
@@ -113,6 +112,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 */
+ {FREEHAND_SHAPE, N_("Freehand Shape"), "freehand_shape"}, // this is actually a special type of PatternAlongPath, used to paste shapes in pen/pencil tool
{KNOT, N_("Knot"), "knot"},
{CONSTRUCT_GRID, N_("Construct grid"), "construct_grid"},
{SPIRO, N_("Spiro spline"), "spiro"},