From f0c19696be05686219208abad41b29b7ce6601a6 Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Tue, 21 May 2019 12:35:26 +0200 Subject: Improvemets to GeomPathstroke and Offset LPE --- src/object/sp-lpe-item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object') diff --git a/src/object/sp-lpe-item.cpp b/src/object/sp-lpe-item.cpp index b43a0b926..ec7b6469e 100755 --- a/src/object/sp-lpe-item.cpp +++ b/src/object/sp-lpe-item.cpp @@ -237,7 +237,7 @@ bool SPLPEItem::performOnePathEffect(SPCurve *curve, SPShape *current, Inkscape: return false; } //if is not clip or mask or LPE apply to clip and mask - if (!(is_clip_or_mask && !lpe->apply_to_clippath_and_mask)) { + if (!is_clip_or_mask || lpe->apply_to_clippath_and_mask) { lpe->setCurrentShape(current); if (!SP_IS_GROUP(this)) { lpe->pathvector_before_effect = curve->get_pathvector(); -- cgit v1.2.3