From 154bc08fe1b3816ff6bef318a147de45e24a11bb Mon Sep 17 00:00:00 2001 From: bulia byak Date: Sun, 26 Mar 2006 22:41:28 +0000 Subject: fix 1457118 (bzr r304) --- src/display/nr-arena-shape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/display/nr-arena-shape.cpp') diff --git a/src/display/nr-arena-shape.cpp b/src/display/nr-arena-shape.cpp index 367555f6b..136a97b2c 100644 --- a/src/display/nr-arena-shape.cpp +++ b/src/display/nr-arena-shape.cpp @@ -746,7 +746,7 @@ nr_arena_shape_clip (NRArenaItem *item, NRRectL *area, NRPixBlock *pb) NRArenaShape *shape = NR_ARENA_SHAPE (item); if (!shape->curve) return item->state; - if ( shape->delayed_shp ) { + if ( shape->delayed_shp || shape->fill_shp == NULL) { // we need a fill shape no matter what if ( nr_rect_l_test_intersect (area, &item->bbox) ) { NRGC tempGC(NULL); tempGC.transform=shape->ctm; -- cgit v1.2.3