From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/ru/web/svg/attribute/fill-opacity/index.html | 69 ++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 files/ru/web/svg/attribute/fill-opacity/index.html (limited to 'files/ru/web/svg/attribute/fill-opacity') diff --git a/files/ru/web/svg/attribute/fill-opacity/index.html b/files/ru/web/svg/attribute/fill-opacity/index.html new file mode 100644 index 0000000000..ca44666cf6 --- /dev/null +++ b/files/ru/web/svg/attribute/fill-opacity/index.html @@ -0,0 +1,69 @@ +--- +title: fill-opacity +slug: Web/SVG/Attribute/fill-opacity +tags: + - SVG + - SVG атрибуты +translation_of: Web/SVG/Attribute/fill-opacity +--- +

« Справочник SVG атрибутов

+ +

Этот атрибут определяет прозрачность цвета заполнения содержимого элемента.

+ +

Контекст использования

+ + + + + + + + + + + + + + + + + + + + + + + + +
КатегорияАтрибут оформления
Значение<opacity-value> | inherit
Предустановленное значение1
АнимируемыйДа
СпецификацияSVG 1.1 (2nd Edition)
+ +

Примеры

+ +

SVG

+ +
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
+  <circle cx="100" cy="100" r="100" />
+</svg>
+<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
+  <circle cx="100" cy="100" r="100" fill-opacity="0.25" />
+</svg>
+ +

результат

+ +

{{EmbedLiveSample('Example', 200, 200)}}

+ +

Элементы

+ +

Следующие группы элементов могут быть использованы с атрибутом fill-opacity:

+ + + +

См. также

+ + -- cgit v1.2.3-54-g00ecf