diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-07-15 12:41:43 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-07-15 12:41:43 +0000 |
| commit | bfa81f113e1a7b19804c4543c1e05cc6c5cf0fda (patch) | |
| tree | ac5a346a9ba67d0ebde14f648d7f266c6aa9e5c3 /src/live_effects/effect.h | |
| parent | Print distance info in console for LPERuler until new CanvasText item works (diff) | |
| download | inkscape-bfa81f113e1a7b19804c4543c1e05cc6c5cf0fda.tar.gz inkscape-bfa81f113e1a7b19804c4543c1e05cc6c5cf0fda.zip | |
New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pencil context); don't apply shapes each time the selection changes; new functions to test for specific LPE type and if a path can accept a new shape
(bzr r6322)
Diffstat (limited to 'src/live_effects/effect.h')
| -rw-r--r-- | src/live_effects/effect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h index eced0a194..fbaf8f867 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -53,6 +53,7 @@ namespace LivePathEffect { enum EffectType { BEND_PATH = 0, PATTERN_ALONG_PATH, + FREEHAND_SHAPE, SKETCH, VONKOCH, KNOT, |
