aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/canvas_api/tutorial/drawing_shapes
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-24 17:07:46 +0300
committerGitHub <noreply@github.com>2021-10-24 17:07:46 +0300
commite87401f97c68764ae7070f305199af2f529c1def (patch)
tree8df9301a930995cdce2d7bb9907293d1f1e63fb9 /files/ru/web/api/canvas_api/tutorial/drawing_shapes
parent2450ee1e637ca73e89c5f4c320e9d9195da35096 (diff)
downloadtranslated-content-e87401f97c68764ae7070f305199af2f529c1def.tar.gz
translated-content-e87401f97c68764ae7070f305199af2f529c1def.tar.bz2
translated-content-e87401f97c68764ae7070f305199af2f529c1def.zip
[RU] Another live samples fixes (#2852)
Diffstat (limited to 'files/ru/web/api/canvas_api/tutorial/drawing_shapes')
-rw-r--r--files/ru/web/api/canvas_api/tutorial/drawing_shapes/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/canvas_api/tutorial/drawing_shapes/index.html b/files/ru/web/api/canvas_api/tutorial/drawing_shapes/index.html
index 5f6d218718..4913f93bda 100644
--- a/files/ru/web/api/canvas_api/tutorial/drawing_shapes/index.html
+++ b/files/ru/web/api/canvas_api/tutorial/drawing_shapes/index.html
@@ -393,7 +393,7 @@ original_slug: Web/API/Canvas_API/Tutorial/Рисование_фигур
}
</pre>
-<p>{{EmbedLiveSample("Cubic_Bezier_curves", 160, 160, "https://mdn.mozillademos.org/files/207/Canvas_bezier.png")}}</p>
+<p>{{EmbedLiveSample("Кубические_кривые_Безье", 160, 160, "https://mdn.mozillademos.org/files/207/Canvas_bezier.png")}}</p>
<h3 id="Прямоугольники">Прямоугольники</h3>
@@ -565,7 +565,7 @@ new Path2D(d); // path из SVG</pre>
}
</pre>
-<p>{{EmbedLiveSample("Path2D_example", 130, 110, "https://mdn.mozillademos.org/files/9851/path2d.png")}}</p>
+<p>{{EmbedLiveSample("Path2D_пример", 130, 110, "https://mdn.mozillademos.org/files/9851/path2d.png")}}</p>
<h3 id="Использование_SVG_путей">Использование SVG путей</h3>