--- title: radius slug: Web/SVG/Attribute/radius tags: - SVG - SVG属性 - 滤镜 - 需要兼容性表 - 需要示例 translation_of: Web/SVG/Attribute/radius ---
radius
属性代表了一个给定{{SVGElement("feMorphology")}}滤镜上的操作。如果提供了两个<number>,则第一个数代表了x-radius,第二个数代表了y-radius。如果只提供了一个数字,则值同时用于x和y。值是在{{SVGElement("filter")}} 元素的属性{{SVGAttr("primitiveUnits")}} 确定的坐标系统内。
如果没有指定该属性值,效果等同于指定了一个0值。
类别 | 无 |
---|---|
值 | <number-optional-number> |
可变性 | Yes |
规范文档 | SVG 1.1 (2nd Edition) |
以下元素可以使用radius
属性: