aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/svg/applying_svg_effects_to_html_content
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-18 20:28:37 +0300
committerGitHub <noreply@github.com>2021-10-18 20:28:37 +0300
commit05564d56aa54eb11cbdc3684e1b4a843a3b9196c (patch)
treea3fc1bf9cbc05337af99495d6892ee886236b279 /files/ru/web/svg/applying_svg_effects_to_html_content
parent8bd9f80b24f0312c6138cfaa125eebb8f3aa7a3e (diff)
downloadtranslated-content-05564d56aa54eb11cbdc3684e1b4a843a3b9196c.tar.gz
translated-content-05564d56aa54eb11cbdc3684e1b4a843a3b9196c.tar.bz2
translated-content-05564d56aa54eb11cbdc3684e1b4a843a3b9196c.zip
[RU] Fix live samples (#2767)
Diffstat (limited to 'files/ru/web/svg/applying_svg_effects_to_html_content')
-rw-r--r--files/ru/web/svg/applying_svg_effects_to_html_content/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ru/web/svg/applying_svg_effects_to_html_content/index.html b/files/ru/web/svg/applying_svg_effects_to_html_content/index.html
index 7dc0f367c1..3f51cb008b 100644
--- a/files/ru/web/svg/applying_svg_effects_to_html_content/index.html
+++ b/files/ru/web/svg/applying_svg_effects_to_html_content/index.html
@@ -61,7 +61,7 @@ p {
<p>Вышеприведённый пример будет отображаться с помощью маски, применяемой к нему.</p>
-<p>{{EmbedLiveSample('Example_Masking', 650, 200)}}</p>
+<p>{{EmbedLiveSample('Пример_маскировка', 650, 200)}}</p>
<h3 id="Пример_обрезание">Пример: обрезание</h3>
@@ -107,7 +107,7 @@ p {
}
</pre>
-<p>{{EmbedLiveSample('Example_Clipping', 650, 200)}}</p>
+<p>{{EmbedLiveSample('Пример_обрезание', 650, 200)}}</p>
<h3 id="Пример_Фильтрация">Пример: Фильтрация</h3>
@@ -177,7 +177,7 @@ pre.target { filter:url(#f2); }
pre.target:hover { filter:url(#f3); }
</pre>
-<p>{{EmbedLiveSample('Example_Filtering', 650, 200)}}</p>
+<p>{{EmbedLiveSample('Пример_Фильтрация', 650, 200)}}</p>
<p class="hidden"><a class="button liveSample" href="/files/3329/filterdemo.xhtml">View this example live</a></p>
@@ -199,7 +199,7 @@ pre.target:hover { filter:url(#f3); }
<pre class="brush: css">.blur { filter: url(#wherearemyglasses); }</pre>
-<p>{{ EmbedLiveSample('Example_Blurred_Text', 300, 100) }}</p>
+<p>{{ EmbedLiveSample('Пример_размытый_текст', 300, 100) }}</p>
<p>Размытие является сложным вычислением, поэтому используйте его экономно, особенно в элементах, которые прокручиваются или анимируются.</p>