From ef4fdc9a90e5aa1e3ec97913efbd4b16950e7716 Mon Sep 17 00:00:00 2001 From: HelloCrease Date: Fri, 5 Aug 2022 14:33:43 +0800 Subject: [PATCH] update docs Signed-off-by: HelloCrease --- .../reference/arkui-ts/ts-drawing-components-path.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-drawing-components-path.md b/zh-cn/application-dev/reference/arkui-ts/ts-drawing-components-path.md index 91900e5f34..0e9d0e33f4 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-drawing-components-path.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-drawing-components-path.md @@ -22,7 +22,7 @@ Path(value?: { width?: number | string, height?: number | string, commands?: str | -------- | ---------------- | ---- | ---- | ----------- | | width | number \| string | 否 | 0 | 路径所在矩形的宽度。 | | height | number \| string | 否 | 0 | 路径所在矩形的高度。 | - | commands | string | 否 | ‘ ’ | 路径绘制的命令字符串。 | + | commands | string | 否 | '' | 路径绘制的命令字符串。 | ## 属性 @@ -31,7 +31,7 @@ Path(value?: { width?: number | string, height?: number | string, commands?: str | -------- | ---------------- | ---- | ---- | ----------- | | width | number \| string | 0 | 否 | 路径所在矩形的宽度。 | | height | number \| string | 0 | 否 | 路径所在矩形的高度。 | -| commands | string | '' | 是 | 路径绘制的命令字符串。 | +| commands | string | '' | 否 | 路径绘制的命令字符串。 | 支持的绘制命令如下: -- GitLab