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