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/effect-enum.h | |
| 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/effect-enum.h')
| -rw-r--r-- | src/live_effects/effect-enum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect-enum.h b/src/live_effects/effect-enum.h index c53f1a5b9..383eec19e 100644 --- a/src/live_effects/effect-enum.h +++ b/src/live_effects/effect-enum.h @@ -63,7 +63,7 @@ enum EffectType { BOUNDING_BOX, JOIN_TYPE, TAPER_STROKE, - ENVELOPE_PERSPECTIVE, + PERSPECTIVE_ENVELOPE, FILLET_CHAMFER, INVALID_LPE // This must be last (I made it such that it is not needed anymore I think..., Don't trust on it being last. - johan) }; |
