summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-image.h
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2013-03-21 14:21:33 +0000
committer~suv <suv-sf@users.sourceforge.net>2013-03-21 14:21:33 +0000
commit6e4dd17bb7c17023c12ffb4a5e8bac62fc9d5e7d (patch)
tree0d9b47f006038fcb0f9635af413b2194445cce05 /src/display/drawing-image.h
parent988601-changes_2013_03_20a.patch (diff)
parentClarified choice of downsampling routine. (diff)
downloadinkscape-6e4dd17bb7c17023c12ffb4a5e8bac62fc9d5e7d.tar.gz
inkscape-6e4dd17bb7c17023c12ffb4a5e8bac62fc9d5e7d.zip
merge from trunk (r1228)
(bzr r11668.1.63)
Diffstat (limited to 'src/display/drawing-image.h')
-rw-r--r--src/display/drawing-image.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/display/drawing-image.h b/src/display/drawing-image.h
index 306096d0e..593185c97 100644
--- a/src/display/drawing-image.h
+++ b/src/display/drawing-image.h
@@ -45,6 +45,9 @@ protected:
cairo_surface_t *_surface;
SPStyle *_style;
+ cairo_surface_t *_new_surface; // Part of hack around Cairo bug
+ Geom::Point _rescaledSize; // Part of hack around Cairo bug
+
// TODO: the following three should probably be merged into a new Geom::Viewbox object
Geom::Rect _clipbox; ///< for preserveAspectRatio
Geom::Point _origin;