Code

fix 1457118
authorbuliabyak <buliabyak@users.sourceforge.net>
Sun, 26 Mar 2006 22:41:28 +0000 (22:41 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Sun, 26 Mar 2006 22:41:28 +0000 (22:41 +0000)
src/display/nr-arena-shape.cpp

index 367555f6bc5d37fe5c5bdd0bcb680d0224408499..136a97b2cce9bb49225525101fbd59001617ce9b 100644 (file)
@@ -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;