~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/display/nr-arena-shape.cpp

  • Committer: cilix42
  • Date: 2008-09-18 17:48:42 UTC
  • Revision ID: cilix42@users.sourceforge.net-20080918174842-1ad33a7d7gqhv2hq
Next roud of NR ==> Geom conversion

Show diffs side-by-side

added added

removed removed

Lines of Context:
1094
1094
             && shape->_fill.opacity > 1e-3 && !outline);
1095
1095
 
1096
1096
    if (item->arena->canvasarena) {
1097
 
        Geom::Rect viewbox = to_2geom(item->arena->canvasarena->item.canvas->getViewbox());
 
1097
        Geom::Rect viewbox = item->arena->canvasarena->item.canvas->getViewbox();
1098
1098
        viewbox.expandBy (width);
1099
1099
        pathv_matrix_point_bbox_wind_distance(shape->curve->get_pathvector(), shape->ctm, p, NULL, needfill? &wind : NULL, &dist, 0.5, &viewbox);
1100
1100
    } else {