From cc431afaac31e778d9d500549f5b2f98e13c19a0 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Fri, 1 Aug 2008 02:23:25 +0000 Subject: [PATCH] fix error in creating nodepath from pathvector --- src/nodepath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nodepath.cpp b/src/nodepath.cpp index ffe2a6b8d..337731e57 100644 --- a/src/nodepath.cpp +++ b/src/nodepath.cpp @@ -553,7 +553,7 @@ static void add_curve_to_subpath(Inkscape::NodePath::Path *np, Inkscape::NodePat dynamic_cast(&c) ) { NR::Point pos = from_2geom(c.initialPoint()) * np->i2d; - sp_nodepath_node_new(sp, NULL, t[i++], pcode, &ppos, &pos, &pos); + sp_nodepath_node_new(sp, NULL, t[i++], pcode, &pos, &pos, &pos); ppos = from_2geom(c.finalPoint()); pcode = NR_LINETO; } -- 2.30.2