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/Makefile_insert | |
| 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/Makefile_insert')
| -rw-r--r-- | src/live_effects/Makefile_insert | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/live_effects/Makefile_insert b/src/live_effects/Makefile_insert index f18dcdef0..8f0a3ac57 100644 --- a/src/live_effects/Makefile_insert +++ b/src/live_effects/Makefile_insert @@ -70,6 +70,8 @@ ink_common_sources += \ live_effects/lpe-circle_with_radius.h \ live_effects/lpe-perspective_path.cpp \ live_effects/lpe-perspective_path.h \ + live_effects/lpe-perspective-envelope.cpp \ + live_effects/lpe-perspective-envelope.h \ live_effects/lpe-mirror_symmetry.cpp \ live_effects/lpe-mirror_symmetry.h \ live_effects/lpe-circle_3pts.cpp \ @@ -112,6 +114,4 @@ ink_common_sources += \ live_effects/lpe-jointype.cpp \ live_effects/lpe-jointype.h \ live_effects/lpe-taperstroke.cpp \ - live_effects/lpe-taperstroke.h \ - live_effects/lpe-envelope-perspective.cpp \ - live_effects/lpe-envelope-perspective.h + live_effects/lpe-taperstroke.h |
