From: johanengelen Date: Sun, 15 Mar 2009 21:10:13 +0000 (+0000) Subject: Envelope Deform LPE is no longer experimental X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4daaa4a6cb870ab0b4f6fbd66943a7535535f1ad;p=inkscape.git Envelope Deform LPE is no longer experimental --- diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 1b22d2f31..f67ee28a7 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -88,7 +88,6 @@ const Util::EnumData LPETypeData[] = { {CIRCLE_WITH_RADIUS, N_("Circle (by center and radius)"), "circle_with_radius"}, {CIRCLE_3PTS, N_("Circle by 3 points"), "circle_3pts"}, {DYNASTROKE, N_("Dynamic stroke"), "dynastroke"}, - {ENVELOPE, N_("Envelope Deformation"), "envelope"}, {ROUGH_HATCHES, N_("Hatches (rough)"), "rough_hatches"}, {INTERPOLATE, N_("Interpolate Sub-Paths"), "interpolate"}, {LATTICE, N_("Lattice Deformation"), "lattice"}, @@ -115,6 +114,7 @@ const Util::EnumData LPETypeData[] = { {KNOT, N_("Knot"), "knot"}, {CONSTRUCT_GRID, N_("Construct grid"), "construct_grid"}, {SPIRO, N_("Spiro spline"), "spiro"}, + {ENVELOPE, N_("Envelope Deformation"), "envelope"}, }; const Util::EnumDataConverter LPETypeConverter(LPETypeData, sizeof(LPETypeData)/sizeof(*LPETypeData));