diff options
Diffstat (limited to 'files/pt-br/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html')
-rw-r--r-- | files/pt-br/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html index b60b7de07c..740d8a54dd 100644 --- a/files/pt-br/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html +++ b/files/pt-br/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html @@ -62,7 +62,7 @@ ctx.fillRect(230, 30, 10, 10);</pre> <p>Edit the code below and see your changes update live in the canvas:</p> -<div style="display: none;"> +<div class="hidden"> <pre class="brush: html"><canvas id="canvas" width="400" height="200" class="playable-canvas"></canvas> <div class="playable-buttons"> <input id="edit" type="button" value="Edit" /> |