diff options
Diffstat (limited to 'files/zh-cn/web/api/canvasrenderingcontext2d/putimagedata/index.html')
-rw-r--r-- | files/zh-cn/web/api/canvasrenderingcontext2d/putimagedata/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/putimagedata/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/putimagedata/index.html index 2719f7901c..3bdb9fab21 100644 --- a/files/zh-cn/web/api/canvasrenderingcontext2d/putimagedata/index.html +++ b/files/zh-cn/web/api/canvasrenderingcontext2d/putimagedata/index.html @@ -92,7 +92,7 @@ putImageData(ctx, imagedata, 150, 0, 50, 50, 25, 25); <p>修改下面的代码并在线查看 canvas 的变化:</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> |