From: johanengelen Date: Sun, 3 Aug 2008 19:41:43 +0000 (+0000) Subject: fix error in appending paths to existing paths. fixes bug #253639 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e5e802cc5c21597d646918590da9347d738b1975;p=inkscape.git fix error in appending paths to existing paths. fixes bug #253639 --- diff --git a/src/display/curve.cpp b/src/display/curve.cpp index 075f7df9e..d142b6eac 100644 --- a/src/display/curve.cpp +++ b/src/display/curve.cpp @@ -509,7 +509,7 @@ SPCurve::append_continuous(SPCurve const *c1, gdouble tolerance) } } else { - append(c1, false); + append(c1, true); } return this;