Bug 48734

Summary: [Qt] Respect the "antialiased" argument in clipConvexPolygon()
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: QtWebKit Unassigned <webkit-qt-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Qt, QtTriaged
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch krit: review+

Description Andreas Kling 2010-10-31 11:12:55 PDT
Set (or unset) the QPainter::Antialiased render hint for antialiased clipping based on the "antialiased" argument.
Comment 1 Andreas Kling 2010-10-31 11:13:34 PDT
Created attachment 72467 [details]
Proposed patch
Comment 2 Dirk Schulze 2010-10-31 12:22:49 PDT
Comment on attachment 72467 [details]
Proposed patch

r=me. But please add a comment, why you can't test it.
Comment 3 Andreas Kling 2010-10-31 12:30:48 PDT
Committed r70995: <http://trac.webkit.org/changeset/70995>