Re: [whatwg] isPointInPath on Path object

2012-09-21 Thread Rik Cabanier
On Fri, Sep 21, 2012 at 2:12 AM, Ian Hickson wrote: > On Thu, 20 Sep 2012, Dirk Schulze wrote: > > > > The interface of CanvasRenderingContext2D currently has a function > > called isPointInPath() with a Path object as input [1]. I wonder why > > this needs to be on the context interface. Wouldn'

Re: [whatwg] isPointInPath on Path object

2012-09-20 Thread Ian Hickson
On Thu, 20 Sep 2012, Dirk Schulze wrote: > > The interface of CanvasRenderingContext2D currently has a function > called isPointInPath() with a Path object as input [1]. I wonder why > this needs to be on the context interface. Wouldn't it make more sense > on the interface of Path object itsel

[whatwg] isPointInPath on Path object

2012-09-20 Thread Dirk Schulze
Hi, The interface of CanvasRenderingContext2D currently has a function called isPointInPath() with a Path object as input [1]. I wonder why this needs to be on the context interface. Wouldn't it make more sense on the interface of Path object itself? If an implementation really needs a context