summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect-enum.h
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-10-16 22:05:08 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-10-16 22:05:08 +0000
commitc006641818185435dcb6b98c49fdae2fa561d762 (patch)
treebe6a0d977713ea8f33e18811e236e27f068942df /src/live_effects/effect-enum.h
parentUpdate to bspline branch, now helper path fixed and optional (diff)
downloadinkscape-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.h2
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)
};