From 05564d56aa54eb11cbdc3684e1b4a843a3b9196c Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Mon, 18 Oct 2021 20:28:37 +0300 Subject: [RU] Fix live samples (#2767) --- files/ru/web/svg/applying_svg_effects_to_html_content/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ru/web/svg/applying_svg_effects_to_html_content') 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 {

Вышеприведённый пример будет отображаться с помощью маски, применяемой к нему.

-

{{EmbedLiveSample('Example_Masking', 650, 200)}}

+

{{EmbedLiveSample('Пример_маскировка', 650, 200)}}

Пример: обрезание

@@ -107,7 +107,7 @@ p { } -

{{EmbedLiveSample('Example_Clipping', 650, 200)}}

+

{{EmbedLiveSample('Пример_обрезание', 650, 200)}}

Пример: Фильтрация

@@ -177,7 +177,7 @@ pre.target { filter:url(#f2); } pre.target:hover { filter:url(#f3); } -

{{EmbedLiveSample('Example_Filtering', 650, 200)}}

+

{{EmbedLiveSample('Пример_Фильтрация', 650, 200)}}

@@ -199,7 +199,7 @@ pre.target:hover { filter:url(#f3); }
.blur { filter: url(#wherearemyglasses); }
-

{{ EmbedLiveSample('Example_Blurred_Text', 300, 100) }}

+

{{ EmbedLiveSample('Пример_размытый_текст', 300, 100) }}

Размытие является сложным вычислением, поэтому используйте его экономно, особенно в элементах, которые прокручиваются или анимируются.

-- cgit v1.2.3-54-g00ecf