~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/display/nr-filter.cpp

  • Committer: Ted Gould
  • Date: 2008-11-21 05:24:08 UTC
  • Revision ID: ted@canonical.com-20081121052408-tilucis2pjrrpzxx
MergeĀ fromĀ fe-moved

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
    }
137
137
 
138
138
    Geom::Rect filter_area = filter_effect_area(item_bbox);
139
 
    if (item_bbox.area() == 0.0) {
 
139
    if (item_bbox.hasZeroArea()) {
140
140
        // It's no use to try and filter an empty object.
141
141
        return 1;
142
142
    }