diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-19 13:34:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 13:34:22 +0300 |
commit | 59705f5814c1ece8cefc4c62a8897d4d8a5b38fc (patch) | |
tree | 1170b919085fce1ad2b793d67ff533b902dc7076 /files/ru/web/svg/tutorial/patterns/index.html | |
parent | c4eea51f47b7f138a3b09cb61f2bfe6eaff66333 (diff) | |
download | translated-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.html | 2 |
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 <rect fill="url(#Pattern)" stroke="black" width="200" height="200"/> </svg></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>Внутри элемента <pattern> вы можете использовать любые другие основные фигуры, которые использовались ранее. И каждая из них может быть стилизована, используя любые из возможных вариантов стилизаций, которые вы изучали до этого, включая градиенты и прозрачность. Выше мы просто нарисовали два прямоугольника внутри нашего шаблона (которые перекрываются, и один из которых в два раза больше другого и используется для заполнения всего шаблона), и один круг.</p> |