From 81af8b4eb52cd235f83841d140c221b2a1add77a Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 6 Jun 2008 23:38:47 +0000 Subject: for sp-offset.cpp and sp-star.cpp, start using 2geompath for svg_write: sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5842) --- src/sp-offset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-offset.cpp') diff --git a/src/sp-offset.cpp b/src/sp-offset.cpp index 5ff01814f..f3c5cfada 100644 --- a/src/sp-offset.cpp +++ b/src/sp-offset.cpp @@ -287,7 +287,7 @@ sp_offset_write(SPObject *object, Inkscape::XML::Node *repr, guint flags) } // write that curve to "d" - char *d = sp_svg_write_path (SP_CURVE_BPATH(((SPShape *) offset)->curve)); + char *d = sp_svg_write_path (((SPShape *) offset)->curve->get_pathvector()); repr->setAttribute("d", d); g_free (d); -- cgit v1.2.3