diff options
Diffstat (limited to 'files/it/web/api/canvasrenderingcontext2d')
-rw-r--r-- | files/it/web/api/canvasrenderingcontext2d/ispointinpath/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/it/web/api/canvasrenderingcontext2d/ispointinpath/index.html b/files/it/web/api/canvasrenderingcontext2d/ispointinpath/index.html index bcb314845c..cf3bdee573 100644 --- a/files/it/web/api/canvasrenderingcontext2d/ispointinpath/index.html +++ b/files/it/web/api/canvasrenderingcontext2d/ispointinpath/index.html @@ -67,7 +67,7 @@ console.log(ctx.isPointInPath(10, 10)); // true <p>Modifica il codice qui sotto, e guarda live come cambia il canvas: per guardare i log apri la tua <a href="/en-US/docs/Tools/Browser_Console">console</a></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> |