Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 835 Bytes

File metadata and controls

31 lines (19 loc) · 835 Bytes
title slug
scale
Web/SVG/Attribute/scale

{{SVGRef}}

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

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

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

使用说明

类别
<number>
可变性 Yes

示例

元素

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

  • {{ SVGElement("feDisplacementMap") }}

规范

{{Specifications}}