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/order/index.html | 47 ++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 files/zh-cn/web/svg/attribute/order/index.html (limited to 'files/zh-cn/web/svg/attribute/order') diff --git a/files/zh-cn/web/svg/attribute/order/index.html b/files/zh-cn/web/svg/attribute/order/index.html new file mode 100644 index 0000000000..5f54974826 --- /dev/null +++ b/files/zh-cn/web/svg/attribute/order/index.html @@ -0,0 +1,47 @@ +--- +title: order +slug: Web/SVG/Attribute/order +translation_of: Web/SVG/Attribute/order +--- +

« SVG Attribute reference home

+ +

order 属性确定被用作{{ SVGElement("feConvolveMatrix") }}元素的矩阵的大小.

+ +

提供的值必须是大于0的<整数>. 第一个值<orderX>,确定矩阵的列数. 第二个值<orderY>确定矩阵的行数.如果<orderY>没有指定,那么它的默认值相当于<orderX>的值.

+ +

一个典型的值是order="3". 建议只使用较小的值(例如3); 大值可能会导致较高的CPU开销而且通常界面上并不能表现出高耗能造成的效果.

+ +

如果未指定该属性,则其效果就如同指定值为3.

+ +

Usage context

+ + + + + + + + + + + + + + + + + + + + +
CategoriesNone
Value<number-optional-number>
AnimatableYes
Normative documentSVG 1.1 (2nd Edition)
+ +

Example

+ +

Elements

+ +

下列元素可以使用order属性

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