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/scale/index.html | 51 ++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 files/zh-cn/web/svg/attribute/scale/index.html (limited to 'files/zh-cn/web/svg/attribute/scale') diff --git a/files/zh-cn/web/svg/attribute/scale/index.html b/files/zh-cn/web/svg/attribute/scale/index.html new file mode 100644 index 0000000000..325197861e --- /dev/null +++ b/files/zh-cn/web/svg/attribute/scale/index.html @@ -0,0 +1,51 @@ +--- +title: scale +slug: Web/SVG/Attribute/scale +tags: + - SVG + - SVG属性 + - 滤镜 + - 需要兼容性表 + - 需要示例 +translation_of: Web/SVG/Attribute/scale +--- +

« SVG属性参考主页

+ +

属性scale定义了用在{{SVGElement("feDisplacementMap")}}滤镜上的置换缩放因子。它的总值表达在{{SVGElement("filter")}}元素的属性{{SVGAttr("primitiveUnits")}}确定的坐标系统中。

+ +

如果这个属性的值是0则它的操作对源图像没有影响。

+ +

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

+ +

用法

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

示例

+ +

元素

+ +

下列元素可以使用scale属性:

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