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