summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2009-03-15 21:10:13 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2009-03-15 21:10:13 +0000
commitef39b2db6882fd0cd5350dbb53b812bf4193e654 (patch)
tree16536a2e3b789b43c55466b37b92cbc6bc17220a /src
parentImplement constrained snapping when dragging the position and size handles of... (diff)
downloadinkscape-ef39b2db6882fd0cd5350dbb53b812bf4193e654.tar.gz
inkscape-ef39b2db6882fd0cd5350dbb53b812bf4193e654.zip
Envelope Deform LPE is no longer experimental
(bzr r7498)
Diffstat (limited to 'src')
-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 1b22d2f31..f67ee28a7 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -88,7 +88,6 @@ const Util::EnumData<EffectType> 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<EffectType> 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<EffectType> LPETypeConverter(LPETypeData, sizeof(LPETypeData)/sizeof(*LPETypeData));