From 14560467a7c8dc5bc2470554b683bd1048734861 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sun, 4 Mar 2018 22:36:37 +0100 Subject: Fix maren problem in https://gitlab.com/inkscape/inkscape/merge_requests/212#note_61574788 --- src/ui/tools/freehand-base.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/ui/tools/freehand-base.cpp b/src/ui/tools/freehand-base.cpp index b57aa2fb0..76aff2c0e 100644 --- a/src/ui/tools/freehand-base.cpp +++ b/src/ui/tools/freehand-base.cpp @@ -280,8 +280,6 @@ static void spdc_apply_powerstroke_shape(std::vector points, Freeha lpe = SP_LPE_ITEM(item)->getCurrentLPE(); ps = static_cast(lpe); if (ps) { - ps->getRepr()->setAttribute("sort_points", "true"); - ps->getRepr()->setAttribute("interpolator_type", "CentripetalCatmullRom"); ps->offset_points.param_set_and_write_new_value(pt->points); } return; -- cgit v1.2.3