From c67ce077634cb01371614cbcc82234678c9a8809 Mon Sep 17 00:00:00 2001 From: xinzejy <37665471+srq18211@users.noreply.github.com> Date: Sun, 25 Apr 2021 10:58:58 +0800 Subject: Update index.html line49 : isPointinPath => isPointInPath --- files/zh-cn/web/api/canvasrenderingcontext2d/ispointinpath/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/api/canvasrenderingcontext2d/ispointinpath') diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/ispointinpath/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/ispointinpath/index.html index aa8ad34a6e..3bbe842e75 100644 --- a/files/zh-cn/web/api/canvasrenderingcontext2d/ispointinpath/index.html +++ b/files/zh-cn/web/api/canvasrenderingcontext2d/ispointinpath/index.html @@ -46,7 +46,7 @@ boolean ctx.isPointInPath(path, x, y, fillRule);

使用 isPointInPath 方法

-

这是一段简单的代码片段,使用 isPointinPath 方法检查某点是否在当前的路径内。

+

这是一段简单的代码片段,使用 isPointInPath 方法检查某点是否在当前的路径内。

HTML

-- cgit v1.2.3-54-g00ecf