diff options
Diffstat (limited to 'src/connector-context.cpp')
| -rw-r--r-- | src/connector-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connector-context.cpp b/src/connector-context.cpp index 028467b44..99eb664c0 100644 --- a/src/connector-context.cpp +++ b/src/connector-context.cpp @@ -921,7 +921,7 @@ spcc_flush_white(SPConnectorContext *cc, SPCurve *gc) /* Set style */ sp_desktop_apply_style_tool(desktop, repr, "tools.connector", false); - gchar *str = sp_svg_write_path(SP_CURVE_BPATH(c)); + gchar *str = sp_svg_write_path( c->get_pathvector() ); g_assert( str != NULL ); repr->setAttribute("d", str); g_free(str); |
