X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdisplay%2Fnr-arena-image.h;h=d7a9c1c7c24bf9ad962907885e5eb61512d811ae;hb=db97eb21f1d98abd732cfec394db3cf7dab401cb;hp=60485ea33ef984236dc66e0cfdcefed24f8e814e;hpb=4041c6f58df9361eb3df76e8ba737401cd9a3bcd;p=inkscape.git diff --git a/src/display/nr-arena-image.h b/src/display/nr-arena-image.h index 60485ea33..d7a9c1c7c 100644 --- a/src/display/nr-arena-image.h +++ b/src/display/nr-arena-image.h @@ -32,6 +32,8 @@ struct NRArenaImage : public NRArenaItem { double x, y; double width, height; + NR::Point c00, c01, c11, c10; // all 4 corners of the image, for outline mode rect + /* From GRID to PIXELS */ NR::Matrix grid2px;