From 7b24a1fa06853c0ac55ccd3c1504e47db021d457 Mon Sep 17 00:00:00 2001 From: johanengelen Date: Fri, 6 Jun 2008 23:04:26 +0000 Subject: [PATCH] box3d_side_write now uses curve->get_pathvector instead of get_bpath. --- src/box3d-side.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/box3d-side.cpp b/src/box3d-side.cpp index 4bd10e854..fba61e129 100644 --- a/src/box3d-side.cpp +++ b/src/box3d-side.cpp @@ -126,11 +126,7 @@ box3d_side_write (SPObject *object, Inkscape::XML::Node *repr, guint flags) if ( !curve ) { return NULL; } - NArtBpath const *bpath = SP_CURVE_BPATH(curve); - if ( !bpath ) { - return NULL; - } - char *d = sp_svg_write_path ( bpath ); + char *d = sp_svg_write_path ( curve->get_pathvector() ); repr->setAttribute("d", d); g_free (d); -- 2.30.2