aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/canvasrenderingcontext2d/linewidth/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/canvasrenderingcontext2d/linewidth/index.html')
-rw-r--r--files/ru/web/api/canvasrenderingcontext2d/linewidth/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/canvasrenderingcontext2d/linewidth/index.html b/files/ru/web/api/canvasrenderingcontext2d/linewidth/index.html
index d276bcfe2a..099b0d935f 100644
--- a/files/ru/web/api/canvasrenderingcontext2d/linewidth/index.html
+++ b/files/ru/web/api/canvasrenderingcontext2d/linewidth/index.html
@@ -22,7 +22,7 @@ translation_of: Web/API/CanvasRenderingContext2D/lineWidth
<h2 id="Примеры">Примеры</h2>
-<h3 id="Using_the_lineWidth_property" name="Using_the_lineWidth_property">Использование свойства lineWidth</h3>
+<h3 id="Using_the_lineWidth_property">Использование свойства lineWidth</h3>
<p>Ниже представлен простой фрагмент кода, использующий lineWidth.</p>
@@ -46,7 +46,7 @@ ctx.stroke();
<p>Вы можете редактировать код, представленный ниже, и сделанные вами изменения отобразятся на холсте в режиме реального времени:</p>
<div class="hidden">
-<h6 id="Playable_code" name="Playable_code">Playable code</h6>
+<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;
&lt;div class="playable-buttons"&gt;