aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/svg/tutorial/patterns/index.html
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-19 13:34:22 +0300
committerGitHub <noreply@github.com>2021-10-19 13:34:22 +0300
commit59705f5814c1ece8cefc4c62a8897d4d8a5b38fc (patch)
tree1170b919085fce1ad2b793d67ff533b902dc7076 /files/ru/web/svg/tutorial/patterns/index.html
parentc4eea51f47b7f138a3b09cb61f2bfe6eaff66333 (diff)
downloadtranslated-content-59705f5814c1ece8cefc4c62a8897d4d8a5b38fc.tar.gz
translated-content-59705f5814c1ece8cefc4c62a8897d4d8a5b38fc.tar.bz2
translated-content-59705f5814c1ece8cefc4c62a8897d4d8a5b38fc.zip
FIx more live examples (#2774)
Diffstat (limited to 'files/ru/web/svg/tutorial/patterns/index.html')
-rw-r--r--files/ru/web/svg/tutorial/patterns/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/svg/tutorial/patterns/index.html b/files/ru/web/svg/tutorial/patterns/index.html
index 41202790de..22e7c5a980 100644
--- a/files/ru/web/svg/tutorial/patterns/index.html
+++ b/files/ru/web/svg/tutorial/patterns/index.html
@@ -30,7 +30,7 @@ translation_of: Web/SVG/Tutorial/Patterns
  &lt;rect fill="url(#Pattern)" stroke="black" width="200" height="200"/&gt;
&lt;/svg&gt;</pre>
-<p>{{ EmbedLiveSample('Patterns','220','220','/files/725/SVG_Pattern_Example.png') }}</p>
+<p>{{ EmbedLiveSample('Шаблоны_Patterns','220','220','/files/725/SVG_Pattern_Example.png') }}</p>
<p>Внутри элемента &lt;pattern&gt; вы можете использовать любые другие основные фигуры, которые использовались ранее.  И каждая из них может быть стилизована, используя любые из возможных вариантов стилизаций, которые вы изучали до этого, включая градиенты и прозрачность. Выше мы просто нарисовали два прямоугольника внутри нашего шаблона (которые перекрываются, и один из которых в два раза больше другого и используется для заполнения всего шаблона), и один круг.</p>