diff options
Diffstat (limited to 'src/draw-context.cpp')
| -rw-r--r-- | src/draw-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draw-context.cpp b/src/draw-context.cpp index 33c3898a7..8858a4560 100644 --- a/src/draw-context.cpp +++ b/src/draw-context.cpp @@ -551,7 +551,7 @@ spdc_flush_white(SPDrawContext *dc, SPCurve *gc) sp_desktop_apply_style_tool(desktop, repr, tool_name(dc), false); } - gchar *str = sp_svg_write_path(SP_CURVE_BPATH(c)); + gchar *str = sp_svg_write_path( c->get_pathvector() ); g_assert( str != NULL ); if (has_lpe) repr->setAttribute("inkscape:original-d", str); |
