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

Description Andreas Kling 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).
Comment 1 Renata Hodovan 2010-12-02 04:21:39 PST
Created attachment 75367 [details]
Patch
Comment 2 Andreas Kling 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/
Comment 3 Renata Hodovan 2010-12-02 04:42:29 PST
This is landed in <http://trac.webkit.org/changeset/73123>
Closing bug.