[Webkit-unassigned] [Bug 92015] [Qt] Images scale differently in WK1 and WK2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 03:37:21 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=92015





--- Comment #11 from Jocelyn Turcotte <jocelyn.turcotte at nokia.com>  2012-08-06 03:37:19 PST ---
I think the reason that we forced it for WK2 is that we have scaled images more often because of pinch-zooming and that it's not possible to force it through the API.

For WK1 you should have 1:1 scaled images most of the time, and if you want SmoothPixmapTransform, you can set the render hint on the QPainter or the QGraphicsView yourself. This has a considerable performance impacts on rendering.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list