summaryrefslogtreecommitdiffstats
path: root/src/box3d-side.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-06-11 15:18:58 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-06-11 15:18:58 +0000
commitce72482fe0e31786dbb2c6d3273cafe9b11f0800 (patch)
treeb6a5bf75891e84203383642d73a04b0649845ccd /src/box3d-side.cpp
parentFix for bugs 1318657 and 1298967 (diff)
downloadinkscape-ce72482fe0e31786dbb2c6d3273cafe9b11f0800.tar.gz
inkscape-ce72482fe0e31786dbb2c6d3273cafe9b11f0800.zip
Fix for bug #1241902
(bzr r13418)
Diffstat (limited to 'src/box3d-side.cpp')
-rw-r--r--src/box3d-side.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/box3d-side.cpp b/src/box3d-side.cpp
index dfccb63bf..a5e7eaa94 100644
--- a/src/box3d-side.cpp
+++ b/src/box3d-side.cpp
@@ -213,6 +213,8 @@ void Box3DSide::set_shape() {
bool success = this->performPathEffect(c_lpe);
if (success) {
+ sp_lpe_item_apply_to_mask(this);
+ sp_lpe_item_apply_to_clippath(this);
this->setCurveInsync(c_lpe, TRUE);
}