diff options
Diffstat (limited to 'files/ru/web/api/canvasrenderingcontext2d/beginpath/index.html')
-rw-r--r-- | files/ru/web/api/canvasrenderingcontext2d/beginpath/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/canvasrenderingcontext2d/beginpath/index.html b/files/ru/web/api/canvasrenderingcontext2d/beginpath/index.html index 2f6aa4c3e1..5b39c692a1 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/beginpath/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/beginpath/index.html @@ -45,7 +45,7 @@ ctx.stroke(); <p>Отредактируйте код ниже чтобы увидеть изменения в 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> |