diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-24 17:07:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-24 17:07:46 +0300 |
commit | e87401f97c68764ae7070f305199af2f529c1def (patch) | |
tree | 8df9301a930995cdce2d7bb9907293d1f1e63fb9 /files/ru/web/api/canvasrenderingcontext2d/fillstyle/index.html | |
parent | 2450ee1e637ca73e89c5f4c320e9d9195da35096 (diff) | |
download | translated-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/canvasrenderingcontext2d/fillstyle/index.html')
-rw-r--r-- | files/ru/web/api/canvasrenderingcontext2d/fillstyle/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/canvasrenderingcontext2d/fillstyle/index.html b/files/ru/web/api/canvasrenderingcontext2d/fillstyle/index.html index 426919994e..e2ac4ee621 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/fillstyle/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/fillstyle/index.html @@ -35,7 +35,7 @@ translation_of: Web/API/CanvasRenderingContext2D/fillStyle <h2 id="Примеры">Примеры</h2> -<h3 id="Using_the_fillStyle_property">Изменение цвета заливки фигуры</h3> +<h3 id="Изменение_цвета_заливки_фигуры">Изменение цвета заливки фигуры</h3> <p>Ниже представлен простой фрагмент кода, использующий <code>fillStyle</code> с цветом.</p> |