diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-08-23 16:39:36 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-08-23 16:39:36 +0000 |
| commit | a8d5997ca58774796bff56a69dad64260cbbc36a (patch) | |
| tree | 118d24026afd40a10b4e3fccafab520856f82a69 /src/live_effects/effect-enum.h | |
| parent | update to trunk lp:inkscape 13530 (fixes Windows build) (diff) | |
| download | inkscape-a8d5997ca58774796bff56a69dad64260cbbc36a.tar.gz inkscape-a8d5997ca58774796bff56a69dad64260cbbc36a.zip | |
To help the SVG WG discussion on powerstroke, a quick code-up of centripetal Catmull-Rom interpolation. The code probably needs a clean up pass, and more generally, the interpolation functions should move into 2geom or at least into a .cpp file.
- Add Catmull-Rom interpolation to powerstroke interpolation options
- Add LPE Interpolate points
(bzr r13341.1.156)
Diffstat (limited to 'src/live_effects/effect-enum.h')
| -rw-r--r-- | src/live_effects/effect-enum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/effect-enum.h b/src/live_effects/effect-enum.h index bc77d65c3..30dbf4092 100644 --- a/src/live_effects/effect-enum.h +++ b/src/live_effects/effect-enum.h @@ -45,6 +45,7 @@ enum EffectType { RULER, BOOLOPS, INTERPOLATE, + INTERPOLATE_POINTS, TEXT_LABEL, PATH_LENGTH, LINE_SEGMENT, |
