diff options
Diffstat (limited to 'files/ru/web/svg/attribute')
-rw-r--r-- | files/ru/web/svg/attribute/fill-opacity/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/svg/attribute/fill/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/svg/attribute/stroke/index.html | 4 | ||||
-rw-r--r-- | files/ru/web/svg/attribute/transform/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/svg/attribute/viewbox/index.html | 2 |
5 files changed, 7 insertions, 5 deletions
diff --git a/files/ru/web/svg/attribute/fill-opacity/index.html b/files/ru/web/svg/attribute/fill-opacity/index.html index ffc30ca4e8..2ea13cd6d4 100644 --- a/files/ru/web/svg/attribute/fill-opacity/index.html +++ b/files/ru/web/svg/attribute/fill-opacity/index.html @@ -50,7 +50,7 @@ translation_of: Web/SVG/Attribute/fill-opacity <h3 id="результат">результат</h3> -<p>{{EmbedLiveSample('Example', 200, 200)}}</p> +<p>{{EmbedLiveSample('Примеры', 200, 200)}}</p> <h2 id="Элементы">Элементы</h2> diff --git a/files/ru/web/svg/attribute/fill/index.html b/files/ru/web/svg/attribute/fill/index.html index 42d0e3c965..d5c6c103ea 100644 --- a/files/ru/web/svg/attribute/fill/index.html +++ b/files/ru/web/svg/attribute/fill/index.html @@ -82,7 +82,7 @@ translation_of: Web/SVG/Attribute/fill <h4 id="Результат">Результат</h4> -<p>{{EmbedLiveSample('Example_1_Simple_SVG', 200, 200)}}</p> +<p>{{EmbedLiveSample('Пример_1_Простой_SVG', 200, 200)}}</p> <h2 id="Использование_context-fill">Использование <code>context-fill</code></h2> diff --git a/files/ru/web/svg/attribute/stroke/index.html b/files/ru/web/svg/attribute/stroke/index.html index 54007db628..0e28dec15b 100644 --- a/files/ru/web/svg/attribute/stroke/index.html +++ b/files/ru/web/svg/attribute/stroke/index.html @@ -45,7 +45,7 @@ translation_of: Web/SVG/Attribute/stroke <path stroke="green" d="M5 20 1215 0" /> </svg></pre> -<p>{{EmbedLiveSample('Example1_Draw_straight_green_line_using_stroke.', '300', '50', '', 'Web/SVG/Attribute/stroke')}}</p> +<p>{{EmbedLiveSample('Пример_1_Нарисуйте_прямую_зелёную_линию_используя_stroke.', '300', '50', '', 'Web/SVG/Attribute/stroke')}}</p> <h4 id="Пример_2_Нарисуйте_чёрный_круг_с_синей_рамкой_используя_stroke.">Пример 2: Нарисуйте чёрный круг с синей рамкой используя stroke.</h4> @@ -53,7 +53,7 @@ translation_of: Web/SVG/Attribute/stroke <circle cx="50" cy="50" r="40" stroke="blue" stroke-width="2" fill="black" /> </svg></pre> -<p>{{EmbedLiveSample('Example2_Draw_black_circle_with_blue_border_using_stroke.', '100', '120', '', 'Web/SVG/Attribute/stroke')}}</p> +<p>{{EmbedLiveSample('Пример_2_Нарисуйте_чёрный_круг_с_синей_рамкой_используя_stroke.', '100', '120', '', 'Web/SVG/Attribute/stroke')}}</p> <h2 id="Использование_context-stroke">Использование <code>context-stroke</code></h2> diff --git a/files/ru/web/svg/attribute/transform/index.html b/files/ru/web/svg/attribute/transform/index.html index e8379421e2..1bd4b72804 100644 --- a/files/ru/web/svg/attribute/transform/index.html +++ b/files/ru/web/svg/attribute/transform/index.html @@ -78,7 +78,7 @@ translation_of: Web/SVG/Attribute/transform </svg> </pre> -<p>{{EmbedLiveSample("Rotating_and_Translating_an_SVG_element",200,200,"/files/5217/rotate_and_translate_svg.png.png")}}</p> +<p>{{EmbedLiveSample("Поворот_и_перенос_SVG-элемента",200,200,"/files/5217/rotate_and_translate_svg.png.png")}}</p> <h3 id="General_Transformation" name="General_Transformation">Общее преобразование</h3> diff --git a/files/ru/web/svg/attribute/viewbox/index.html b/files/ru/web/svg/attribute/viewbox/index.html index a3ad81efdb..2589efe86a 100644 --- a/files/ru/web/svg/attribute/viewbox/index.html +++ b/files/ru/web/svg/attribute/viewbox/index.html @@ -11,6 +11,7 @@ translation_of: Web/SVG/Attribute/viewBox <p>Значение атрибута <code>viewBox</code> — это набор четырёх чисел: <code>min-x</code>, <code>min-y</code>, <code>width</code> и <code>height</code>, — разделённых пробелами и/или запятой, которые задают прямоугольник в пользовательском пространстве, стороны которого определяют границы окна отображения элемента SVG (не <a href="/ru/docs/%D0%A1%D0%BB%D0%BE%D0%B2%D0%B0%D1%80%D1%8C/Viewport">браузера</a>).</p> +<div id="topExample"> <div class="hidden"> <pre class="notranslate">html, body, svg { height:100% @@ -69,6 +70,7 @@ svg:not(:root) { </svg></pre> <p>{{EmbedLiveSample('topExample', '100%', 200)}}</p> +</div> <p>На отображение с <code>viewBox</code> также влияет атрибут {{ SVGAttr("preserveAspectRatio") }}.</p> |