diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-04-12 08:41:15 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-04-12 08:41:15 +0000 |
| commit | 7e3e76430556c1fb300c87a5dbb04a367be56a9e (patch) | |
| tree | b8a74dff2c43090ce9bb8b597e90cd225757b205 /src/live_effects/Makefile_insert | |
| parent | with ctrl, snap handles also to the direction of the opposite handle or line ... (diff) | |
| download | inkscape-7e3e76430556c1fb300c87a5dbb04a367be56a9e.tar.gz inkscape-7e3e76430556c1fb300c87a5dbb04a367be56a9e.zip | |
Spiro splines LPE using code by Raph Levien
(bzr r5409)
Diffstat (limited to 'src/live_effects/Makefile_insert')
| -rw-r--r-- | src/live_effects/Makefile_insert | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/live_effects/Makefile_insert b/src/live_effects/Makefile_insert index 798ad5496..147111498 100644 --- a/src/live_effects/Makefile_insert +++ b/src/live_effects/Makefile_insert @@ -34,6 +34,13 @@ live_effects_liblive_effects_a_SOURCES = \ live_effects/lpe-test-doEffect-stack.h \ live_effects/lpe-slant.cpp \ live_effects/lpe-slant.h \ + live_effects/lpe-spiro.cpp \ + live_effects/lpe-spiro.h \ + live_effects/spiro.h \ + live_effects/spiro.cpp \ + live_effects/bezctx.h \ + live_effects/bezctx_intf.h \ + live_effects/bezctx.cpp \ live_effects/lpe-circle_with_radius.cpp \ live_effects/lpe-circle_with_radius.h \ live_effects/lpe-perspective_path.cpp \ |
