aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/imagehandler/embeddedimage.svg
Commit message (Collapse)AuthorAgeFilesLines
* Scale up SVG images if source size is larger than original sizeAndy Shaw2018-03-151-0/+10
Since SVG images can be scaled up without any loss of quality then we should allow this to happen even though it is not done for other image formats. This restores the 5.9.x behavior for SVG images. Additionally the manual test is updated to showcase an embedded image inside a SVG one to indicate this is continuing to work as before too. Task-number: QTBUG-67019 Change-Id: Ia719899937f8146e8fab50aa85adf18e2f79aa98 Reviewed-by: Evangelos Foutras <evangelos@foutrelis.com> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>