diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-03-30 16:42:27 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-03-30 16:42:27 +0000 |
| commit | 0289a62f1cc8c7da4a8bc890a34fb58ce8bcfcec (patch) | |
| tree | b6a7888ec7a5a21f825414496baafe0bdd7d215c /src/live_effects/Makefile_insert | |
| parent | Factor out join endpoints validation & initialization code (diff) | |
| download | inkscape-0289a62f1cc8c7da4a8bc890a34fb58ce8bcfcec.tar.gz inkscape-0289a62f1cc8c7da4a8bc890a34fb58ce8bcfcec.zip | |
New LPE: Circle (with center at the first point and passing through the last point of the original path).
This is just a proof-of-concept implementation for my tech drawing proposal for GSoC '08.
(bzr r5237)
Diffstat (limited to 'src/live_effects/Makefile_insert')
| -rw-r--r-- | src/live_effects/Makefile_insert | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/live_effects/Makefile_insert b/src/live_effects/Makefile_insert index fee34a9d6..0c6ba4a00 100644 --- a/src/live_effects/Makefile_insert +++ b/src/live_effects/Makefile_insert @@ -33,5 +33,7 @@ live_effects_liblive_effects_a_SOURCES = \ live_effects/lpe-test-doEffect-stack.cpp \ live_effects/lpe-test-doEffect-stack.h \ live_effects/lpe-slant.cpp \ - live_effects/lpe-slant.h + live_effects/lpe-slant.h \ + live_effects/lpe-circle_with_radius.cpp \ + live_effects/lpe-circle_with_radius.h |
