summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1209701)
raw | patch | inline | side by side (parent: 1209701)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 2 Feb 2009 19:39:45 +0000 (19:39 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 2 Feb 2009 19:39:45 +0000 (19:39 +0000) |
src/live_effects/effect.cpp | patch | blob | history |
index 3bd7944ab8d47c6b9d5fb0a51ee663f3b56dcfea..751b863befb949e398bf3fd4bf004cf3e7447640 100644 (file)
{COPY_ROTATE, N_("Rotate copies"), "copy_rotate"},
{RULER, N_("Ruler"), "ruler"},
{SKETCH, N_("Sketch"), "sketch"},
- {SPIRO, N_("Spiro spline"), "spiro"},
{TANGENT_TO_CURVE, N_("Tangent to curve"), "tangent_to_curve"},
{TEXT_LABEL, N_("Text label"), "text_label"},
{VONKOCH, N_("VonKoch"), "vonkoch"},
/* 0.46 */
{BEND_PATH, N_("Bend"), "bend_path"},
{GEARS, N_("Gears"), "gears"},
- {KNOT, N_("Knot"), "knot"},
{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 */
+ {KNOT, N_("Knot"), "knot"},
{CONSTRUCT_GRID, N_("Construct grid"), "construct_grid"},
+ {SPIRO, N_("Spiro spline"), "spiro"},
};
const Util::EnumDataConverter<EffectType> LPETypeConverter(LPETypeData, sizeof(LPETypeData)/sizeof(*LPETypeData));