diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-11-20 23:47:57 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-11-20 23:47:57 +0000 |
| commit | aac368bb1e0d5d378c0b131bfdde721e5d38b141 (patch) | |
| tree | 0356011dfd9a34faddd27858d6cde1c34b47c742 /src/live_effects/lpe-curvestitch.h | |
| parent | correct copy-paste error (diff) | |
| download | inkscape-aac368bb1e0d5d378c0b131bfdde721e5d38b141.tar.gz inkscape-aac368bb1e0d5d378c0b131bfdde721e5d38b141.zip | |
Enhanced subcurve stitching tool to look more like Expression's effect lines
(bzr r4117)
Diffstat (limited to 'src/live_effects/lpe-curvestitch.h')
| -rw-r--r-- | src/live_effects/lpe-curvestitch.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/live_effects/lpe-curvestitch.h b/src/live_effects/lpe-curvestitch.h index 803625c93..77d4df763 100644 --- a/src/live_effects/lpe-curvestitch.h +++ b/src/live_effects/lpe-curvestitch.h @@ -2,7 +2,7 @@ #define INKSCAPE_LPE_CURVESTITCH_H /** \file - * Implementation of an effect similar to Expression, see lpe-expression.cpp + * Implementation of the curve stitch effect, see lpe-curvestitch.cpp */ /* @@ -37,6 +37,7 @@ private: ScalarParam nrofpaths; RandomParam startpoint_variation; RandomParam endpoint_variation; + RandomParam spacing_variation; ScalarParam prop_scale; BoolParam scale_y_rel; |
