diff options
Diffstat (limited to 'files/zh-cn/web/api/canvasrenderingcontext2d/createlineargradient/index.html')
-rw-r--r-- | files/zh-cn/web/api/canvasrenderingcontext2d/createlineargradient/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/createlineargradient/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/createlineargradient/index.html index d7e9536d37..4df64d94c4 100644 --- a/files/zh-cn/web/api/canvasrenderingcontext2d/createlineargradient/index.html +++ b/files/zh-cn/web/api/canvasrenderingcontext2d/createlineargradient/index.html @@ -70,7 +70,7 @@ ctx.fillRect(20, 20, 200, 100);</pre> <h4 id="结果">结果</h4> -<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> |