summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c204b00)
raw | patch | inline | side by side (parent: c204b00)
author | jfbarraud <jfbarraud@users.sourceforge.net> | |
Fri, 13 Mar 2009 12:57:08 +0000 (12:57 +0000) | ||
committer | jfbarraud <jfbarraud@users.sourceforge.net> | |
Fri, 13 Mar 2009 12:57:08 +0000 (12:57 +0000) |
src/live_effects/effect.cpp | patch | blob | history |
index 9a1c33eeb0462a56a1539d181e707b232725ff82..1b22d2f31ef90b556ebc04373b8d9eb20107941b 100644 (file)
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+//#define LPE_ENABLE_TEST_EFFECTS
+
#include "live_effects/effect.h"
#ifdef HAVE_CONFIG_H
#include "live_effects/lpe-path_length.h"
#include "live_effects/lpe-line_segment.h"
-//#define LPE_ENABLE_TEST_EFFECTS
-
namespace Inkscape {
{SKETCH, N_("Sketch"), "sketch"},
{TANGENT_TO_CURVE, N_("Tangent to curve"), "tangent_to_curve"},
{TEXT_LABEL, N_("Text label"), "text_label"},
- {VONKOCH, N_("VonKoch"), "vonkoch"},
#endif
/* 0.46 */
{BEND_PATH, N_("Bend"), "bend_path"},
{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 */
+ {VONKOCH, N_("VonKoch"), "vonkoch"},
{KNOT, N_("Knot"), "knot"},
{CONSTRUCT_GRID, N_("Construct grid"), "construct_grid"},
{SPIRO, N_("Spiro spline"), "spiro"},