diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-10-16 22:05:08 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-10-16 22:05:08 +0000 |
| commit | c006641818185435dcb6b98c49fdae2fa561d762 (patch) | |
| tree | be6a0d977713ea8f33e18811e236e27f068942df /src/live_effects/CMakeLists.txt | |
| parent | Update to bspline branch, now helper path fixed and optional (diff) | |
| download | inkscape-c006641818185435dcb6b98c49fdae2fa561d762.tar.gz inkscape-c006641818185435dcb6b98c49fdae2fa561d762.zip | |
Fix previous revision.
revid:jtx@jtx.marker.es-20141016153516-eng0y49ppsk2vt5b
13617 Jabiertxof2014-10-16
Change LPE from envelope-perspective to perspective-envelope
For me is easy to use/find with this new name.
Also fix a rounding error on envelope at small sizes
(bzr r13341.1.276)
Diffstat (limited to 'src/live_effects/CMakeLists.txt')
| -rw-r--r-- | src/live_effects/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/live_effects/CMakeLists.txt b/src/live_effects/CMakeLists.txt index 30c2b2f41..c8a02c810 100644 --- a/src/live_effects/CMakeLists.txt +++ b/src/live_effects/CMakeLists.txt @@ -15,7 +15,6 @@ set(live_effects_SRC lpe-dynastroke.cpp lpe-ellipse-5pts.cpp lpe-envelope.cpp - lpe-envelope-perspective.cpp lpe-extrude.cpp lpe-fill-between-many.cpp lpe-fill-between-strokes.cpp @@ -32,6 +31,7 @@ set(live_effects_SRC lpe-patternalongpath.cpp lpe-perp_bisector.cpp lpe-perspective_path.cpp + lpe-perspective-envelope.cpp lpe-powerstroke.cpp lpe-recursiveskeleton.cpp lpe-rough-hatches.cpp @@ -47,7 +47,6 @@ set(live_effects_SRC lpe-bspline.cpp lpe-text_label.cpp lpe-vonkoch.cpp - lpe-envelope-perspective.cpp lpegroupbbox.cpp lpeobject-reference.cpp lpeobject.cpp @@ -106,6 +105,7 @@ set(live_effects_SRC lpe-patternalongpath.h lpe-perp_bisector.h lpe-perspective_path.h + lpe-perspective-envelope.h lpe-powerstroke.h lpe-powerstroke-interpolators.h lpe-recursiveskeleton.h @@ -122,7 +122,6 @@ set(live_effects_SRC lpe-bspline.h lpe-text_label.h lpe-vonkoch.h - lpe-envelope-perspective.h lpegroupbbox.h lpeobject-reference.h lpeobject.h |
