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

« SVG属性参考主页

+ +

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属性:

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