diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-06-18 02:13:55 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-06-18 02:13:55 +0000 |
| commit | d92779f71e03f35d7cb2a29c0cb8c8065eff8fe6 (patch) | |
| tree | 805184533d9db13929c7d645b2b2dbdc308793a9 /src/live_effects/effect.h | |
| parent | update 2geom (diff) | |
| download | inkscape-d92779f71e03f35d7cb2a29c0cb8c8065eff8fe6.tar.gz inkscape-d92779f71e03f35d7cb2a29c0cb8c8065eff8fe6.zip | |
New LPE: Copy rotate
(bzr r5978)
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 09a07039a..672b90b87 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -76,6 +76,7 @@ enum EffectType { CIRCLE_3PTS, ANGLE_BISECTOR, PARALLEL, + COPY_ROTATE, INVALID_LPE // This must be last }; |
