在线文档教程
SVG
属性 | Attributes

filterunits

filterunits

filterUnits属性为xywidthheight属性定义坐标系。

如果filterUnits没有指定属性,那么效果就好像objectBoundingBox指定了值。

用法上下文

CategoriesNone
ValueuserSpaceOnUse | objectBoundingBox
AnimatableYes
Normative documentSVG 1.1 (2nd Edition)

userSpaceOnUse ——x,y,width和height表示在当前坐标系中,当<filter>元素被引用时,从当前的用户坐标系取得的值(即,经由filter属性引用<filter>元素的元素的用户坐标系)。objectBoundingBox——在该情况下,x,y,width和height代表参考元素上的边界框的分数或百分比。

实例

适用元素

以下元素可以使用该filterUnits属性:

  • <filter>