diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-03-19 11:35:18 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2016-03-19 11:35:18 +0000 |
| commit | b2bf4c25ae15be0c3d0e3dbc547eefc6e5fb0db6 (patch) | |
| tree | 1adf4c8da727a08e27ae0b24f1fdffb338e0adee /src/live_effects/effect.cpp | |
| parent | Fix a problem with LPE on clips and paths making extremly slow on LPE (diff) | |
| parent | update to trunk (diff) | |
| download | inkscape-b2bf4c25ae15be0c3d0e3dbc547eefc6e5fb0db6.tar.gz inkscape-b2bf4c25ae15be0c3d0e3dbc547eefc6e5fb0db6.zip | |
Merge lp:~inkscape.dev/inkscape/copy-rotate-lpe-improvements
Thanks to all test it specialy ~suv, CRogers, Martin and Krzysztof
(bzr r14720)
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index deed7a0a1..c6ecba30a 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -110,7 +110,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"}, - {COPY_ROTATE, N_("Rotate copies"), "copy_rotate"}, {RECURSIVE_SKELETON, N_("Recursive skeleton"), "recursive_skeleton"}, {TANGENT_TO_CURVE, N_("Tangent to curve"), "tangent_to_curve"}, {TEXT_LABEL, N_("Text label"), "text_label"}, @@ -145,6 +144,7 @@ const Util::EnumData<EffectType> LPETypeData[] = { {BSPLINE, N_("BSpline"), "bspline"}, {JOIN_TYPE, N_("Join type"), "join_type"}, {TAPER_STROKE, N_("Taper stroke"), "taper_stroke"}, + {COPY_ROTATE, N_("Rotate copies"), "copy_rotate"}, /* Ponyscape -> Inkscape 0.92*/ {ATTACH_PATH, N_("Attach path"), "attach_path"}, {FILL_BETWEEN_STROKES, N_("Fill between strokes"), "fill_between_strokes"}, |
