diff options
Diffstat (limited to 'files/zh-cn/web/api/canvasrenderingcontext2d/settransform/index.html')
-rw-r--r-- | files/zh-cn/web/api/canvasrenderingcontext2d/settransform/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/settransform/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/settransform/index.html index 23302386e7..0d47fe8d4c 100644 --- a/files/zh-cn/web/api/canvasrenderingcontext2d/settransform/index.html +++ b/files/zh-cn/web/api/canvasrenderingcontext2d/settransform/index.html @@ -57,7 +57,7 @@ ctx.fillRect(0,0,100,100); <p>修改下面的代码并在线查看 canvas 的变化:</p> -<div style="display: none;"> +<div class="hidden"> <h6 id="Playable_code">Playable code</h6> <pre class="brush: html notranslate"><canvas id="canvas" width="400" height="200" class="playable-canvas"></canvas> |