aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/api/canvasrenderingcontext2d/ispointinpath
diff options
context:
space:
mode:
Diffstat (limited to 'files/de/web/api/canvasrenderingcontext2d/ispointinpath')
-rw-r--r--files/de/web/api/canvasrenderingcontext2d/ispointinpath/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/de/web/api/canvasrenderingcontext2d/ispointinpath/index.html b/files/de/web/api/canvasrenderingcontext2d/ispointinpath/index.html
index 5eac7321fe..ce3c4161be 100644
--- a/files/de/web/api/canvasrenderingcontext2d/ispointinpath/index.html
+++ b/files/de/web/api/canvasrenderingcontext2d/ispointinpath/index.html
@@ -65,7 +65,7 @@ console.log(ctx.isPointInPath(10, 10)); // true
<p>Editieren Sie den folgenden Quelltext. Die Änderungen werden in Echtzeit übernommen und Log-Ausgaben in die <a href="/en-US/docs/Tools/Browser_Console">console</a> ausgegeben:</p>
-<div style="display: none;">
+<div class="hidden">
<h6 id="Playable_code">Playable code</h6>
<pre class="brush: html">&lt;canvas id="canvas" width="400" height="200" class="playable-canvas"&gt;&lt;/canvas&gt;