Bug 49912 - [Qt] GraphicsContext::clip(path) should clip using winding fill
Summary: [Qt] GraphicsContext::clip(path) should clip using winding fill
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Renata Hodovan
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2010-11-22 08:50 PST by Andreas Kling
Modified: 2010-12-02 04:42 PST (History)
0 users

See Also:


Attachments
Patch (1.72 KB, patch)
2010-12-02 04:21 PST, Renata Hodovan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.