From: bgk Date: Sat, 31 May 2008 10:38:48 +0000 (+0000) Subject: Stacked LPEs should now use the right bounding box X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c3cfd82f2e8dd61022150a027d529613c38289c6;p=inkscape.git Stacked LPEs should now use the right bounding box --- diff --git a/src/sp-lpe-item.cpp b/src/sp-lpe-item.cpp index 12473f770..bf9828b15 100644 --- a/src/sp-lpe-item.cpp +++ b/src/sp-lpe-item.cpp @@ -302,6 +302,9 @@ sp_lpe_item_update_patheffect (SPLPEItem *lpeitem, bool wholetree, bool write) g_return_if_fail (lpeitem != NULL); g_return_if_fail (SP_IS_LPE_ITEM (lpeitem)); + if (!sp_lpe_item_path_effects_enabled(lpeitem)) + return; + SPLPEItem *top; if (wholetree) {