Re: js.swc ispointinpath

2016-01-14 Thread Alex Harui
On 1/14/16, 4:49 AM, "lizhi" wrote: >https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/ >isPointInPath > >boolean ctx.isPointInPath(x, y); >boolean ctx.isPointInPath(x, y, fillRule); > >boolean ctx.isPointInPath(path, x, y); >boolean ctx.isPointInPath(path, x, y, fillRule

js.swc ispointinpath

2016-01-14 Thread lizhi
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/isPointInPath boolean ctx.isPointInPath(x, y); boolean ctx.isPointInPath(x, y, fillRule); boolean ctx.isPointInPath(path, x, y); boolean ctx.isPointInPath(path, x, y, fillRule); where is the 3,4line? -- View this messag