=== modified file 'src/svg-view.cpp' --- src/svg-view.cpp 2011-01-28 14:47:39 +0000 +++ src/svg-view.cpp 2011-04-26 01:28:11 +0000 @@ -221,7 +221,8 @@ void SPSVGView::onDocumentResized (gdouble width, gdouble height) { - setScale (width, height); + _width = width; + _height = height; doRescale (!_rescale); }