diff options
Diffstat (limited to 'files/ru/web/api/canvasrenderingcontext2d/closepath/index.html')
-rw-r--r-- | files/ru/web/api/canvasrenderingcontext2d/closepath/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/canvasrenderingcontext2d/closepath/index.html b/files/ru/web/api/canvasrenderingcontext2d/closepath/index.html index 89349a3873..c9305119ab 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/closepath/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/closepath/index.html @@ -46,7 +46,7 @@ ctx.stroke(); <h4 id="Результат">Результат</h4> -<p>{{ EmbedLiveSample('Closing_a_triangle', 700, 180) }}</p> +<p>{{ EmbedLiveSample('Замкнутый_треугольник', 700, 180) }}</p> <h3 id="Закрытие_пути_один_раз">Закрытие пути один раз</h3> @@ -81,7 +81,7 @@ ctx.stroke(); <h4 id="Результат_2">Результат</h4> -<p>{{ EmbedLiveSample('Closing_just_one_sub-path', 700, 180) }}</p> +<p>{{ EmbedLiveSample('Закрытие_пути_один_раз', 700, 180) }}</p> <h2 id="Спецификации">Спецификации</h2> |