aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/imagehandler/large.svg
Commit message (Collapse)AuthorAgeFilesLines
* Use the image handler to return a scaled size for the SVGAndy Shaw2018-01-311-0/+462
When the SVG was made to be drawn at a small width and a large height then it would lead to blurring in the rendering of the SVG. By having the image handler deal with returning the image we want for the scaled size it will ensure this is rendered correctly since it is able to account for the ratio already inside the SVG image handler. Task-number: QTBUG-65789 Change-Id: Ib8627c0537679aab022e88a0eea73a21d8cbc564 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>