summaryrefslogtreecommitdiffstats
path: root/src/draw-context.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-06-06 23:18:58 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-06-06 23:18:58 +0000
commit0282d3e660142a084b28c62d2dabf8d312ad3c28 (patch)
treedd5ba57602e3a04f2b150404fe210fc6ab94d896 /src/draw-context.cpp
parentspcc_flush_white(SPConnectorContext *cc, SPCurve *gc) now uses curve->get_pat... (diff)
downloadinkscape-0282d3e660142a084b28c62d2dabf8d312ad3c28.tar.gz
inkscape-0282d3e660142a084b28c62d2dabf8d312ad3c28.zip
spdc_flush_white(SPDrawContext *dc, SPCurve *gc) now uses curve->get_pathvector instead of get_bpath.
(bzr r5839)
Diffstat (limited to 'src/draw-context.cpp')
-rw-r--r--src/draw-context.cpp2
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);