summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: de2717c)
raw | patch | inline | side by side (parent: de2717c)
author | jfbarraud <jfbarraud@users.sourceforge.net> | |
Mon, 2 Feb 2009 00:02:17 +0000 (00:02 +0000) | ||
committer | jfbarraud <jfbarraud@users.sourceforge.net> | |
Mon, 2 Feb 2009 00:02:17 +0000 (00:02 +0000) |
src/live_effects/effect.cpp | patch | blob | history |
index 11c415e60bfe02827ad3c4dd50670852cabf1c29..3bd7944ab8d47c6b9d5fb0a51ee663f3b56dcfea 100644 (file)
#include "live_effects/lpe-path_length.h"
#include "live_effects/lpe-line_segment.h"
+//#define LPE_ENABLE_TEST_EFFECTS
+
+
namespace Inkscape {
namespace LivePathEffect {
{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"},
- {KNOT, N_("Knot"), "knot"},
{LATTICE, N_("Lattice Deformation"), "lattice"},
{LINE_SEGMENT, N_("Line Segment"), "line_segment"},
{MIRROR_SYMMETRY, N_("Mirror symmetry"), "mirror_symmetry"},
/* 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 */