Re: [whatwg] [canvas] Proposal isPointInStroke(x, y)

2013-05-04 Thread Dirk Schulze
On May 4, 2013, at 5:27 PM, Dirk Schulze wrote: > > On May 3, 2013, at 5:10 PM, Ian Hickson wrote: > >> On Tue, 13 Nov 2012, Jeff Muizelaar wrote: >>> >>> We have recently implemented isPointInStroke(x,y) in Firefox >>> (https://bugzilla.mozilla.org/show_bug.cgi?id=803124). This is a >>> p

Re: [whatwg] [canvas] Proposal isPointInStroke(x, y)

2013-05-04 Thread Dirk Schulze
On May 3, 2013, at 5:10 PM, Ian Hickson wrote: > On Tue, 13 Nov 2012, Jeff Muizelaar wrote: >> >> We have recently implemented isPointInStroke(x,y) in Firefox >> (https://bugzilla.mozilla.org/show_bug.cgi?id=803124). This is a >> parallel to isPointInPath(x,y) and returns true if the point is

Re: [whatwg] [canvas] Proposal isPointInStroke(x, y)

2013-05-03 Thread Ian Hickson
On Tue, 13 Nov 2012, Jeff Muizelaar wrote: > > We have recently implemented isPointInStroke(x,y) in Firefox > (https://bugzilla.mozilla.org/show_bug.cgi?id=803124). This is a > parallel to isPointInPath(x,y) and returns true if the point is inside > the area contained by the stroking of a path.

[whatwg] [canvas] Proposal isPointInStroke(x, y)

2012-11-13 Thread Jeff Muizelaar
We have recently implemented isPointInStroke(x,y) in Firefox (https://bugzilla.mozilla.org/show_bug.cgi?id=803124). This is a parallel to isPointInPath(x,y) and returns true if the point is inside the area contained by the stroking of a path. It was easily implemented on top of Direct2D, Cairo, S