From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../zh-cn/web/svg/element/femorphology/index.html | 69 ++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 files/zh-cn/web/svg/element/femorphology/index.html (limited to 'files/zh-cn/web/svg/element/femorphology') diff --git a/files/zh-cn/web/svg/element/femorphology/index.html b/files/zh-cn/web/svg/element/femorphology/index.html new file mode 100644 index 0000000000..ffcdb546ec --- /dev/null +++ b/files/zh-cn/web/svg/element/femorphology/index.html @@ -0,0 +1,69 @@ +--- +title: feMorphology +slug: Web/SVG/Element/feMorphology +tags: + - SVG + - SVG滤镜 + - 元素 + - 需要兼容性表 + - 需要内容 + - 需要示例 +translation_of: Web/SVG/Element/feMorphology +--- +
{{SVGRef}}
+ +

该滤镜用来侵蚀或扩张输入的图像。它在增肥或瘦身效果方面特别有用。

+ +

用法

+ +

{{svginfo}}

+ +

示例

+ +

属性

+ +

全局属性

+ + + +

专有属性

+ + + +

DOM 接口

+ +

该元素实现了SVGFEMorphologyElement接口。

+ +

参见

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