From fcdf00aa29570db818dcf9566e9809d9ab0331ce Mon Sep 17 00:00:00 2001 From: nickyjd Date: Sat, 4 Feb 2023 20:10:13 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20e6044b2=20from=20https://gitee.com/nick?= =?UTF-8?q?yjd/docs/pulls/14290=20=E4=BF=AE=E6=94=B9image=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nickyjd Change-Id: I04b2b2c618bb99e79c8177b900b995e0c0b8211a --- .../reference/arkui-ts/ts-basic-components-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-image.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-image.md index 17032035c0..0d48c2619b 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-image.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-image.md @@ -52,7 +52,7 @@ Image(src: string | PixelMap | Resource) > **说明:** > > 使用快捷组合键对Image组件复制的前提是,该组件必须处于获焦状态。将Image组件的属性focusable设置为true,即可使用TAB键将焦点切换到Image组件上,再将Image组件的focusOnTouch属性设置为true,即可实现点击获焦。 -> 图片设置svg图源时,支持的标签范围有限,目前支持的svg标签包括svg、rect、circle、ellipse、path、line、polyline、polygon、animate、animateMotion、animateTransform。 +> 图片设置svg图源时,支持的标签范围有限,目前支持的svg标签包括svg、rect、circle、ellipse、path、line、polyline、polygon、animate。 ### ImageInterpolation -- GitLab