diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-08-18 00:32:26 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-08-18 00:32:26 +0000 |
| commit | cb3a86cca0122bd58099787b02c82fd04fc5c000 (patch) | |
| tree | 4a169b935bac96505d1b14d1924920e9db0a6711 /src/live_effects/effect.h | |
| parent | cast for EnumParam (diff) | |
| download | inkscape-cb3a86cca0122bd58099787b02c82fd04fc5c000.tar.gz inkscape-cb3a86cca0122bd58099787b02c82fd04fc5c000.zip | |
New LPE to draw infinite lines (cut by a limiting bounding box), rays and segments
(bzr r6641)
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 51ca6a558..c01cab5c3 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -80,6 +80,7 @@ enum EffectType { INTERPOLATE, TEXT_LABEL, PATH_LENGTH, + LINE_SEGMENT, INVALID_LPE // This must be last }; |
