diff options
Diffstat (limited to 'files/zh-cn/web/api/canvasrenderingcontext2d/setlinedash/index.html')
-rw-r--r-- | files/zh-cn/web/api/canvasrenderingcontext2d/setlinedash/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/setlinedash/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/setlinedash/index.html index 710d8f9e53..16a66f36e2 100644 --- a/files/zh-cn/web/api/canvasrenderingcontext2d/setlinedash/index.html +++ b/files/zh-cn/web/api/canvasrenderingcontext2d/setlinedash/index.html @@ -68,7 +68,7 @@ ctx.stroke(); <h4 id="结果">结果</h4> -<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> |