From: johanengelen Date: Thu, 12 Jun 2008 18:16:37 +0000 (+0000) Subject: LPE Enveloppe: return input path when xx and yy are both false X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d559c1fc418f22faf1e6a5b65692d290cdc2f62c;p=inkscape.git LPE Enveloppe: return input path when xx and yy are both false --- diff --git a/src/live_effects/lpe-envelope.cpp b/src/live_effects/lpe-envelope.cpp index db16ae2eb..9ebe97b9f 100755 --- a/src/live_effects/lpe-envelope.cpp +++ b/src/live_effects/lpe-envelope.cpp @@ -215,6 +215,9 @@ LPEEnvelope::doEffect_pwd2 (Geom::Piecewise > const & pwd /*Of course, the result is not perfect, but on a graphical point of view, this is sufficent.*/ } + + // do nothing when xx and yy are both false + return pwd2_in; } void