summaryrefslogtreecommitdiffstats
path: root/src/draw-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw-context.cpp')
-rw-r--r--src/draw-context.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/draw-context.cpp b/src/draw-context.cpp
index ceb72cc71..66064949a 100644
--- a/src/draw-context.cpp
+++ b/src/draw-context.cpp
@@ -243,10 +243,10 @@ static void spdc_apply_bend_shape(gchar const *svgd, SPDrawContext *dc, SPItem *
Effect* lpe = sp_lpe_item_get_current_lpe(SP_LPE_ITEM(item));
// write bend parameters:
- lpe->getRepr()->setAttribute("bend_path", svgd);
+ lpe->getRepr()->setAttribute("bendpath", svgd);
lpe->getRepr()->setAttribute("prop_scale", "1");
lpe->getRepr()->setAttribute("scale_y_rel", "false");
- lpe->getRepr()->setAttribute("vertical_pattern", "false");
+ lpe->getRepr()->setAttribute("vertical", "false");
}
static void spdc_check_for_and_apply_waiting_LPE(SPDrawContext *dc, SPItem *item, SPCurve *curve)