Fix scaling of svgz images.
authorAndrew den Exter <andrew.den-exter@nokia.com>
Mon, 28 May 2012 06:38:35 +0000 (16:38 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 29 May 2012 06:55:01 +0000 (08:55 +0200)
commit9064de5692c83139aa3730ac6f8684c9402ae5db
tree1a393841b9e76448d7dad85139029bdb8140c214
parentfbc66c4f42c23fdcec999d374018dff969f77140
Fix scaling of svgz images.

Force scaling of svgz images to source size as is done for svg.  This
also removes a work around for QTBUG-9053 which has now been resolved.

Task-number: QTBUG-9053
Change-Id: I3aa898f74960ceb2e515bdb3aa44aa5a1a7a64d2
Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
src/quick/util/qquickpixmapcache.cpp
tests/auto/quick/qquickimage/data/heart.svgz [new file with mode: 0644]
tests/auto/quick/qquickimage/tst_qquickimage.cpp