summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2011-09-29 16:30:44 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2011-09-29 16:30:44 +0000
commit36a5f2e164d1c6be561c94714bf3292a60628288 (patch)
treedaaf404d08cff74f39ee2a2296a33c740d7793a7 /src/live_effects/effect.cpp
parentPowerStroke: handle cusps in some way. properly bugged for all types but "bev... (diff)
downloadinkscape-36a5f2e164d1c6be561c94714bf3292a60628288.tar.gz
inkscape-36a5f2e164d1c6be561c94714bf3292a60628288.zip
add PowerStroke to the normally visible LPEs, but with 'unstable!' warning
(bzr r10653)
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 10abef4a1..a5b2077a5 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -100,7 +100,6 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{PATH_LENGTH, N_("Path length"), "path_length"},
{PERP_BISECTOR, N_("Perpendicular bisector"), "perp_bisector"},
{PERSPECTIVE_PATH, N_("Perspective path"), "perspective_path"},
- {POWERSTROKE, N_("Power stroke"), "powerstroke"},
{COPY_ROTATE, N_("Rotate copies"), "copy_rotate"},
{RECURSIVE_SKELETON, N_("Recursive skeleton"), "recursive_skeleton"},
{TANGENT_TO_CURVE, N_("Tangent to curve"), "tangent_to_curve"},
@@ -121,7 +120,8 @@ const Util::EnumData<EffectType> LPETypeData[] = {
{ROUGH_HATCHES, N_("Hatches (rough)"), "rough_hatches"},
{SKETCH, N_("Sketch"), "sketch"},
{RULER, N_("Ruler"), "ruler"},
-/* 0.49 */
+/* 0.49 ?*/
+ {POWERSTROKE, N_("[Unstable!] Power stroke"), "powerstroke"},
};
const Util::EnumDataConverter<EffectType> LPETypeConverter(LPETypeData, sizeof(LPETypeData)/sizeof(*LPETypeData));