diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-03-26 22:41:28 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-03-26 22:41:28 +0000 |
| commit | 154bc08fe1b3816ff6bef318a147de45e24a11bb (patch) | |
| tree | 0a80933c1fe53934e3da343d69796ce9ecc77543 /src/display/nr-arena-shape.cpp | |
| parent | cosmetic (diff) | |
| download | inkscape-154bc08fe1b3816ff6bef318a147de45e24a11bb.tar.gz inkscape-154bc08fe1b3816ff6bef318a147de45e24a11bb.zip | |
fix 1457118
(bzr r304)
Diffstat (limited to 'src/display/nr-arena-shape.cpp')
| -rw-r--r-- | src/display/nr-arena-shape.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
