From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../web/svg/attribute/fill-opacity/index.html | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 files/zh-cn/web/svg/attribute/fill-opacity/index.html (limited to 'files/zh-cn/web/svg/attribute/fill-opacity') diff --git a/files/zh-cn/web/svg/attribute/fill-opacity/index.html b/files/zh-cn/web/svg/attribute/fill-opacity/index.html new file mode 100644 index 0000000000..183e6c632f --- /dev/null +++ b/files/zh-cn/web/svg/attribute/fill-opacity/index.html @@ -0,0 +1,58 @@ +--- +title: fill-opacity +slug: Web/SVG/Attribute/fill-opacity +tags: + - SVG + - SVG属性 + - 参考 + - 需要兼容性表 +translation_of: Web/SVG/Attribute/fill-opacity +--- +

« SVG属性参考主页

+ +

该属性指定了填色的不透明度或当前对象的内容物的不透明度。

+ +

用法

+ + + + + + + + + + + + + + + + + + + + + + + + +
类别外观属性
<opacity-value> | inherit
初始值1
可变性Yes
规范文档SVG 1.1 (2nd Edition)
+ +

示例

+ +

元素

+ +

下列元素可以使用fill-opacity属性:

+ + + +

参见

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