From: JazzyNico Date: Thu, 4 Mar 2010 10:02:48 +0000 (+0100) Subject: Fix for invisible blured clone elements in PDF export. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c32a5405bae84de22982c7007511f2a21a8c9046;p=inkscape.git Fix for invisible blured clone elements in PDF export. --- diff --git a/src/helper/pixbuf-ops.cpp b/src/helper/pixbuf-ops.cpp index 1e43df5f3..3be63aa68 100644 --- a/src/helper/pixbuf-ops.cpp +++ b/src/helper/pixbuf-ops.cpp @@ -26,6 +26,7 @@ #include #include #include +#include #include #include "unit-constants.h" @@ -47,6 +48,7 @@ hide_other_items_recursively(SPObject *o, GSList *list, unsigned dkey) && !SP_IS_DEFS(o) && !SP_IS_ROOT(o) && !SP_IS_GROUP(o) + && !SP_IS_USE(o) && !g_slist_find(list, o) ) { sp_item_invoke_hide(SP_ITEM(o), dkey);