From: buliabyak Date: Sun, 26 Mar 2006 22:41:28 +0000 (+0000) Subject: fix 1457118 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=39545253380bd8b2c238534401ee50b414ada5cc;p=inkscape.git fix 1457118 --- 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;