summaryrefslogtreecommitdiffstats
path: root/src/sp-offset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-offset.cpp')
-rw-r--r--src/sp-offset.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-offset.cpp b/src/sp-offset.cpp
index 57c04f31f..3fb9441a3 100644
--- a/src/sp-offset.cpp
+++ b/src/sp-offset.cpp
@@ -463,6 +463,7 @@ sp_offset_set_shape(SPShape *shape)
SPCurve *c = new SPCurve(pv);
g_assert(c != NULL);
((SPShape *) offset)->setCurveInsync (c, TRUE);
+ ((SPShape *) offset)->setCurveBeforeLPE(c);
c->unref();
}
return;
@@ -712,6 +713,7 @@ sp_offset_set_shape(SPShape *shape)
SPCurve *c = new SPCurve(pv);
g_assert(c != NULL);
((SPShape *) offset)->setCurveInsync (c, TRUE);
+ ((SPShape *) offset)->setCurveBeforeLPE(c);
c->unref();
free (res_d);