Bug 85610 - [Qt] Images are scaled badly in WebKit2
Summary: [Qt] Images are scaled badly in WebKit2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Hausmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-04 05:21 PDT by Simon Hausmann
Modified: 2012-05-24 04:52 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.36 KB, patch)
2012-05-04 05:25 PDT, Simon Hausmann
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Hausmann 2012-05-04 05:21:58 PDT
[Qt] Images are scaled badly in WebKit2
Comment 1 Simon Hausmann 2012-05-04 05:22:54 PDT
Simple to reproduce: Load google.com, scale in a lot to see the google logo pixelated in ugly ways.

On the N9 we (implicitly through another change) enabled QPainter::SmoothPixmapTransform. We should do the same for WK2/Qt5.
Comment 2 Simon Hausmann 2012-05-04 05:25:11 PDT
Created attachment 140195 [details]
Patch
Comment 3 Jocelyn Turcotte 2012-05-04 05:30:19 PDT
Comment on attachment 140195 [details]
Patch

Like discussed, simple and efficient for now.
We can try to centralize the setting if this frequently needs to be tweaked.
Comment 4 Andras Becsi 2012-05-24 04:52:19 PDT
Landed in http://trac.webkit.org/changeset/116087.
Comment 5 Andras Becsi 2012-05-24 04:52:38 PDT
Comment on attachment 140195 [details]
Patch

Clearing flags.