diff options
Diffstat (limited to 'files/pt-br/web/api/canvasrenderingcontext2d')
13 files changed, 13 insertions, 13 deletions
diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/arcto/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/arcto/index.html index c4fcdc1e69..15ff88c403 100644 --- a/files/pt-br/web/api/canvasrenderingcontext2d/arcto/index.html +++ b/files/pt-br/web/api/canvasrenderingcontext2d/arcto/index.html @@ -76,7 +76,7 @@ ctx.fillRect(50, 20, 10, 10); <p>Altere o código abaixo e veja suas alterações atualizadas na tela:</p> -<div style="display: none;"> +<div class="hidden"> <pre class="brush: html"><canvas id="canvas" class="playable-canvas" height="200" width="400"></canvas> <div class="playable-buttons"> <input id="edit" type="button" value="Edit" /> diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/beginpath/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/beginpath/index.html index b3ad87ff61..7217bec7c5 100644 --- a/files/pt-br/web/api/canvasrenderingcontext2d/beginpath/index.html +++ b/files/pt-br/web/api/canvasrenderingcontext2d/beginpath/index.html @@ -51,7 +51,7 @@ ctx.stroke(); <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> diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/clearrect/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/clearrect/index.html index ec1be69b57..cb863cfdeb 100644 --- a/files/pt-br/web/api/canvasrenderingcontext2d/clearrect/index.html +++ b/files/pt-br/web/api/canvasrenderingcontext2d/clearrect/index.html @@ -66,7 +66,7 @@ ctx.clearRect(10, 10, 100, 100); <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> diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/clip/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/clip/index.html index 780ba3cd58..6c5a2050c5 100644 --- a/files/pt-br/web/api/canvasrenderingcontext2d/clip/index.html +++ b/files/pt-br/web/api/canvasrenderingcontext2d/clip/index.html @@ -56,7 +56,7 @@ ctx.fillRect(0, 0, 100,100); <p>Edite o código abaixo e veja suas mudanças atualizadas ao vivo 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> diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/closepath/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/closepath/index.html index 62c72086f7..e778599bcf 100644 --- a/files/pt-br/web/api/canvasrenderingcontext2d/closepath/index.html +++ b/files/pt-br/web/api/canvasrenderingcontext2d/closepath/index.html @@ -44,7 +44,7 @@ ctx.stroke(); <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> 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> diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/fillrect/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/fillrect/index.html index 44b57ca77a..1178f0bf94 100644 --- a/files/pt-br/web/api/canvasrenderingcontext2d/fillrect/index.html +++ b/files/pt-br/web/api/canvasrenderingcontext2d/fillrect/index.html @@ -55,7 +55,7 @@ ctx.fillRect(10, 10, 100, 100); <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> diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/lineto/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/lineto/index.html index 1876b469a8..4cfab68a36 100644 --- a/files/pt-br/web/api/canvasrenderingcontext2d/lineto/index.html +++ b/files/pt-br/web/api/canvasrenderingcontext2d/lineto/index.html @@ -51,7 +51,7 @@ ctx.stroke(); <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> diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/moveto/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/moveto/index.html index 137e4e2203..af07ef8e3d 100644 --- a/files/pt-br/web/api/canvasrenderingcontext2d/moveto/index.html +++ b/files/pt-br/web/api/canvasrenderingcontext2d/moveto/index.html @@ -51,7 +51,7 @@ ctx.stroke(); <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> 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" /> diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/rect/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/rect/index.html index 6c19b38495..ef3f8e2790 100644 --- a/files/pt-br/web/api/canvasrenderingcontext2d/rect/index.html +++ b/files/pt-br/web/api/canvasrenderingcontext2d/rect/index.html @@ -52,7 +52,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> diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/stroke/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/stroke/index.html index 866e317383..b522bc7926 100644 --- a/files/pt-br/web/api/canvasrenderingcontext2d/stroke/index.html +++ b/files/pt-br/web/api/canvasrenderingcontext2d/stroke/index.html @@ -47,7 +47,7 @@ ctx.stroke(); <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> diff --git a/files/pt-br/web/api/canvasrenderingcontext2d/strokerect/index.html b/files/pt-br/web/api/canvasrenderingcontext2d/strokerect/index.html index e11812857f..1326fbbaad 100644 --- a/files/pt-br/web/api/canvasrenderingcontext2d/strokerect/index.html +++ b/files/pt-br/web/api/canvasrenderingcontext2d/strokerect/index.html @@ -53,7 +53,7 @@ ctx.strokeRect(10, 10, 100, 100); <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> |