~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/display/nr-filter-image.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:
62
62
        Matrix identity(1.0, 0.0,
63
63
                   0.0, 1.0,
64
64
                   0.0, 0.0);
65
 
        boost::optional<Geom::Rect> area = SVGElem->getBounds(identity);
 
65
        Geom::OptRect area = SVGElem->getBounds(identity);
66
66
        
67
67
        NRRectL rect;
68
68
        rect.x0=area->min()[NR::X];