From 66b464e2f07106e2b270517c13205464727f281f Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Wed, 1 Nov 2017 22:13:21 +0100 Subject: Added inverse mask and clippath --- src/selection-chemistry.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/selection-chemistry.cpp') diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index 24113f976..43e7d8af5 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -4028,6 +4028,7 @@ void ObjectSet::setClipGroup() lpe->getRepr()->setAttribute("inverse", "true"); lpe->getRepr()->setAttribute("flatten", "false"); lpe->getRepr()->setAttribute("hide_clip", "false"); + dynamic_cast(lpe)->convertShapes(); } else { Effect::createAndApply(POWERMASK, doc, item); Effect* lpe = SP_LPE_ITEM(item)->getCurrentLPE(); -- cgit v1.2.3