[Webkit-unassigned] [Bug 120632] New: [Qt] Images scaled poorly in canvas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 3 05:41:08 PDT 2013


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

           Summary: [Qt] Images scaled poorly in canvas
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: allan.jensen at digia.com


The WebKit canvas code assumes that antialiasing and average image quality is enabled by default. The Qt ImageBuffer implementation does not however set any default render-hints causing the defaults in the GraphicsContext to be antialiasing and smooth scaling disabled.

Ideally these default should follow the render-hints set on the webview, but I don't see how that is possible currently, so let us default the defaults to the default.

-- 
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