diff options
Diffstat (limited to 'files/pt-br/web/api/canvasrenderingcontext2d/fill/index.html')
-rw-r--r-- | files/pt-br/web/api/canvasrenderingcontext2d/fill/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/fill/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/fill/index.html index 0c0c1dd890..a2bf1fcb82 100644 --- a/files/pt-br/web/api/canvasrenderingcontext2d/fill/index.html +++ b/files/pt-br/web/api/canvasrenderingcontext2d/fill/index.html @@ -56,7 +56,7 @@ ctx.fill(); <p>Edite o código abaixo e veja as alterações instantâneas no 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> |