Bug 49912

Summary: [Qt] GraphicsContext::clip(path) should clip using winding fill
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Renata Hodovan <rhodovan.u-szeged>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Qt, QtTriaged
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Andreas Kling
Reported 2010-11-22 08:50:31 PST
GraphicsContext::clip(path) should clip using winding fill, like all the other GraphicsContext implementations do. After this change, GraphicsContext::canvasClip(path) should be changed to simply call clip(path).
Attachments
Patch (1.72 KB, patch)
2010-12-02 04:21 PST, Renata Hodovan
no flags
Renata Hodovan
Comment 1 2010-12-02 04:21:39 PST
Andreas Kling
Comment 2 2010-12-02 04:23:27 PST
Comment on attachment 75367 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=75367&action=review r=me > WebCore/ChangeLog:8 > + GraphicsContext::clip(path) uses now winding fill and this function is called by s/uses now/now uses/
Renata Hodovan
Comment 3 2010-12-02 04:42:29 PST
This is landed in <http://trac.webkit.org/changeset/73123> Closing bug.
Note You need to log in before you can comment on or make changes to this bug.