From e5e802cc5c21597d646918590da9347d738b1975 Mon Sep 17 00:00:00 2001 From: johanengelen Date: Sun, 3 Aug 2008 19:41:43 +0000 Subject: [PATCH] fix error in appending paths to existing paths. fixes bug #253639 --- src/display/curve.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2