diff options
Diffstat (limited to 'src/sp-lpe-item.cpp')
| -rw-r--r-- | src/sp-lpe-item.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sp-lpe-item.cpp b/src/sp-lpe-item.cpp index b5c89b69d..efb1f4353 100644 --- a/src/sp-lpe-item.cpp +++ b/src/sp-lpe-item.cpp @@ -266,8 +266,7 @@ bool SPLPEItem::performPathEffect(SPCurve *curve, SPShape *current, bool is_clip return false; } if (!SP_IS_GROUP(this)) { - lpe->pathvector_before_effect = curve->get_pathvector(); - lpe->sp_curve->set_pathvector(lpe->pathvector_before_effect); + lpe->pathvector_after_effect = curve->get_pathvector(); lpe->doAfterEffect(this); } } |
