From 7187bdb88d899e490e3dfa7471030473822bd93d Mon Sep 17 00:00:00 2001 From: Alvin Penner Date: Sun, 9 Dec 2012 19:07:59 -0500 Subject: clip path bbox refresh. partial fix for Bug 1005085 Fixed bugs: - https://launchpad.net/bugs/1005085 (bzr r11944) --- src/sp-item.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sp-item.cpp') diff --git a/src/sp-item.cpp b/src/sp-item.cpp index 3ca7d5d16..abb5c1633 100644 --- a/src/sp-item.cpp +++ b/src/sp-item.cpp @@ -552,6 +552,7 @@ void SPItem::sp_item_set(SPObject *object, unsigned key, gchar const *value) void SPItem::clip_ref_changed(SPObject *old_clip, SPObject *clip, SPItem *item) { + item->bbox_valid = FALSE; // force a re-evaluation if (old_clip) { SPItemView *v; /* Hide clippath */ -- cgit v1.2.3