[Webkit-unassigned] [Bug 105508] Proposal: Add webkitFillRule to canvas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 28 13:12:45 PST 2012


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





--- Comment #15 from Rik Cabanier <cabanier at adobe.com>  2012-12-28 13:14:51 PST ---
(In reply to comment #12)
> Created an attachment (id=180692)
 --> (https://bugs.webkit.org/attachment.cgi?id=180692&action=review) [details]
> Patch to expose fillRule canvas property
> 
> Patch updated to expose the property as fillRule (instead of the prefixed webkitFillRule).  I also tried to fix the failing test, let's see what the buildbot thinks of the change.

I think this feature needs more discussion.
Specifically I'd like to not have the winding rule as part of the graphics state. There really is no reason since this is not a feature you want to have in the environment (like strokewidth, color, etc)

What I'd like to see:
- make the fill rule flag part of the path syntax
- have separate eofill/eoclip for clipping/drawing with the current path
- extend canvas prose so outlines are defined to be unaffected by winding rules.

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