From 39545253380bd8b2c238534401ee50b414ada5cc Mon Sep 17 00:00:00 2001 From: buliabyak Date: Sun, 26 Mar 2006 22:41:28 +0000 Subject: [PATCH] fix 1457118 --- src/display/nr-arena-shape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2