Re: [webkit-dev] Proposal: Add webkitFillRule to canvas

2013-01-04 Thread Rik Cabanier
On Fri, Jan 4, 2013 at 8:04 PM, Dirk Schulze wrote: > > > On Jan 4, 2013, at 7:28 PM, "Rik Cabanier" wrote: > > > > On Fri, Jan 4, 2013 at 5:42 PM, Dirk Schulze wrote: > >> >> On Jan 4, 2013, at 5:24 PM, Rik Cabanier wrote: >> >> > >> > >> > On Fri, Jan 4, 2013 at 2:57 PM, Ian Hickson wrote:

Re: [webkit-dev] Proposal: Add webkitFillRule to canvas

2013-01-04 Thread Dirk Schulze
On Jan 4, 2013, at 7:28 PM, "Rik Cabanier" mailto:caban...@gmail.com>> wrote: On Fri, Jan 4, 2013 at 5:42 PM, Dirk Schulze mailto:dschu...@adobe.com>> wrote: On Jan 4, 2013, at 5:24 PM, Rik Cabanier mailto:caban...@gmail.com>> wrote: > > > On Fri, Jan 4, 2013 at 2:57 PM, Ian Hickson > ma

Re: [webkit-dev] Proposal: Add webkitFillRule to canvas

2013-01-04 Thread Rik Cabanier
On Fri, Jan 4, 2013 at 5:42 PM, Dirk Schulze wrote: > > On Jan 4, 2013, at 5:24 PM, Rik Cabanier wrote: > > > > > > > On Fri, Jan 4, 2013 at 2:57 PM, Ian Hickson wrote: > > On Fri, 4 Jan 2013, Rik Cabanier wrote: > > > > > > I think this feature was rushed in the spec. > > > > The specing is us

Re: [webkit-dev] Proposal: Add webkitFillRule to canvas

2013-01-04 Thread Dirk Schulze
On Jan 4, 2013, at 5:24 PM, Rik Cabanier wrote: > > > On Fri, Jan 4, 2013 at 2:57 PM, Ian Hickson wrote: > On Fri, 4 Jan 2013, Rik Cabanier wrote: > > > > I think this feature was rushed in the spec. > > The specing is usually the first step. You can't rush to spec. :-) > > In this particul

Re: [webkit-dev] Proposal: Add webkitFillRule to canvas

2013-01-04 Thread Ian Hickson
On Fri, 4 Jan 2013, Rik Cabanier wrote: > > How about EOClip? That is a construct that is far more used than eofill. > Will that get its own parameter too? As specced it uses the same parameter. > How about the interaction of stroking and this parameter (if you follow the > spec's wording for s

Re: [webkit-dev] Proposal: Add webkitFillRule to canvas

2013-01-04 Thread Rik Cabanier
On Fri, Jan 4, 2013 at 2:57 PM, Ian Hickson wrote: > On Fri, 4 Jan 2013, Rik Cabanier wrote: > > > > I think this feature was rushed in the spec. > > The specing is usually the first step. You can't rush to spec. :-) > > In this particular case, though, it was the third or fourth step. The > disc

Re: [webkit-dev] Proposal: Add webkitFillRule to canvas

2013-01-04 Thread Ian Hickson
On Fri, 4 Jan 2013, Rik Cabanier wrote: > > I think this feature was rushed in the spec. The specing is usually the first step. You can't rush to spec. :-) In this particular case, though, it was the third or fourth step. The discussion has been open since June 2011. It's not like people didn't

Re: [webkit-dev] Proposal: Add webkitFillRule to canvas

2013-01-04 Thread Rik Cabanier
I think this feature was rushed in the spec. Can we hold off submitting this until people have a chance to think it through? It seems innocent enough to make this part of the graphic state but I believe this is the wrong place (since no graphic library except cairo did it this way) and will give u

Re: [webkit-dev] Proposal: Add webkitFillRule to canvas

2013-01-03 Thread Ian Hickson
On Wed, 2 Jan 2013, James Ascroft-Leigh wrote: > > There has been a proposal that a new property is added to the canvas 2D > drawing context called fillRule with values "nonzero" (default) and > "evenodd". This is compatible with the mozFillRule already implemented > in Mozilla Firefox and wou

[webkit-dev] Proposal: Add webkitFillRule to canvas

2013-01-02 Thread James Ascroft-Leigh
All, There has been a proposal that a new property is added to the canvas 2D drawing context called fillRule with values "nonzero" (default) and "evenodd". This is compatible with the mozFillRule already implemented in Mozilla Firefox and would be on track to become a web standard. If you are in