aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html')
-rw-r--r--files/pt-br/web/api/canvasrenderingcontext2d/quadraticcurveto/index.html2
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">&lt;canvas id="canvas" width="400" height="200" class="playable-canvas"&gt;&lt;/canvas&gt;
&lt;div class="playable-buttons"&gt;
  &lt;input id="edit" type="button" value="Edit" /&gt;