From 0289a62f1cc8c7da4a8bc890a34fb58ce8bcfcec Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Sun, 30 Mar 2008 16:42:27 +0000 Subject: 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) --- src/live_effects/Makefile_insert | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/live_effects/Makefile_insert') 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 -- cgit v1.2.3