diff options
Diffstat (limited to 'files/zh-cn/web/api/canvasrenderingcontext2d/ispointinstroke/index.html')
-rw-r--r-- | files/zh-cn/web/api/canvasrenderingcontext2d/ispointinstroke/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/ispointinstroke/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/ispointinstroke/index.html index 8732970d18..b0c116ee37 100644 --- a/files/zh-cn/web/api/canvasrenderingcontext2d/ispointinstroke/index.html +++ b/files/zh-cn/web/api/canvasrenderingcontext2d/ispointinstroke/index.html @@ -58,7 +58,7 @@ console.log(ctx.isPointInStroke(10, 10)); // true <p>修改线面的代码,在线查看 canvas 的变化,并在你的<a href="/en-US/docs/Tools/Browser_Console">控制台</a>查看日至信息:</p> -<div style="display: none;"> +<div class="hidden"> <h6 id="Playable_code">Playable code</h6> <pre class="brush: html"><canvas id="canvas" width="400" height="200" class="playable-canvas"></canvas> |