From: johanengelen Date: Mon, 2 Feb 2009 19:42:03 +0000 (+0000) Subject: enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8b828b348196877964288aa3b5d7be55045f8974;p=inkscape.git enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!) --- 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 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 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"},