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

« SVG属性参考主页

+ +

seed属性代表了{{SVGElement("feTurbulence")}}元素生成的伪随机数的开始数字。

+ +

如果没有指定这个属性,它等效于指定了一个0值。

+ +

用法

+ + + + + + + + + + + + + + + + + + + + +
类别None
<number>
可变性Yes
规范文档SVG 1.1 (2nd Edition)
+ +

示例

+ +

元素

+ +

以下元素可以使用seed属性:

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