diff options
Diffstat (limited to 'src/ui/tools/freehand-base.cpp')
| -rw-r--r-- | src/ui/tools/freehand-base.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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<Geom::Point> points, Freeha lpe = SP_LPE_ITEM(item)->getCurrentLPE(); ps = static_cast<LPEPowerStroke*>(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; |
