Code

enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)
authorjohanengelen <johanengelen@users.sourceforge.net>
Mon, 2 Feb 2009 19:42:03 +0000 (19:42 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Mon, 2 Feb 2009 19:42:03 +0000 (19:42 +0000)
src/live_effects/effect.cpp

index 751b863befb949e398bf3fd4bf004cf3e7447640..e4a5b9b4311557ac51a01f33d38d12a8e65b8ce9 100644 (file)
@@ -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"},