summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-11-01 21:13:21 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-11-01 21:13:21 +0000
commit66b464e2f07106e2b270517c13205464727f281f (patch)
treef7aa6386eef836f175aaa434bfbf4a06261e5621 /src/selection-chemistry.cpp
parentMerge branch 'master' into menuInverseClipMask (diff)
downloadinkscape-66b464e2f07106e2b270517c13205464727f281f.tar.gz
inkscape-66b464e2f07106e2b270517c13205464727f281f.zip
Added inverse mask and clippath
Diffstat (limited to '')
-rw-r--r--src/selection-chemistry.cpp1
1 files changed, 1 insertions, 0 deletions
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<LPEPowerClip *>(lpe)->convertShapes();
} else {
Effect::createAndApply(POWERMASK, doc, item);
Effect* lpe = SP_LPE_ITEM(item)->getCurrentLPE();