summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3533ac0)
raw | patch | inline | side by side (parent: 3533ac0)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 2 Feb 2009 19:42:03 +0000 (19:42 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 2 Feb 2009 19:42:03 +0000 (19:42 +0000) |
src/live_effects/effect.cpp | patch | blob | history |
index 751b863befb949e398bf3fd4bf004cf3e7447640..e4a5b9b4311557ac51a01f33d38d12a8e65b8ce9 100644 (file)
{CIRCLE_3PTS, N_("Circle by 3 points"), "circle_3pts"},
{DYNASTROKE, N_("Dynamic stroke"), "dynastroke"},
{ENVELOPE, N_("Envelope Deformation"), "envelope"},
- {FREEHAND_SHAPE, N_("Freehand Shape"), "freehand_shape"}, // this is actually a special type of PatternAlongPath, used to paste shapes in pen/pencil tool
{ROUGH_HATCHES, N_("Hatches (rough)"), "rough_hatches"},
{INTERPOLATE, N_("Interpolate Sub-Paths"), "interpolate"},
{LATTICE, N_("Lattice Deformation"), "lattice"},
{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 */
+ {FREEHAND_SHAPE, N_("Freehand Shape"), "freehand_shape"}, // this is actually a special type of PatternAlongPath, used to paste shapes in pen/pencil tool
{KNOT, N_("Knot"), "knot"},
{CONSTRUCT_GRID, N_("Construct grid"), "construct_grid"},
{SPIRO, N_("Spiro spline"), "spiro"},