diff options
Diffstat (limited to 'files/de/web/api/canvasrenderingcontext2d/ispointinpath')
-rw-r--r-- | files/de/web/api/canvasrenderingcontext2d/ispointinpath/index.html | 2 |
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"><canvas id="canvas" width="400" height="200" class="playable-canvas"></canvas> |