diff --git a/en/application-dev/reference/arkui-ts/ts-drawing-components-path.md b/en/application-dev/reference/arkui-ts/ts-drawing-components-path.md index 640678045ce64df22aeb570f436b66e86a3d9c3d..a913e1b0135badb1698821afc83011b7cb824a32 100644 --- a/en/application-dev/reference/arkui-ts/ts-drawing-components-path.md +++ b/en/application-dev/reference/arkui-ts/ts-drawing-components-path.md @@ -1,11 +1,11 @@ # Path -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** +> **NOTE**
> This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version. -The **<Path>** component is used to draw a path. +The **** component is used to draw a path. ## Required Permissions @@ -20,11 +20,11 @@ None ## Attributes - | Name | Type | Default Value | Mandatory | Description | +| Name | Type | Default Value | Mandatory | Description | | -------- | -------- | -------- | -------- | -------- | | width | Length | 0 | No | Width of the rectangle where the path is located. | | height | Length | 0 | No | Height of the rectangle where the path is located. | -| commands | string | '' | Yes | Command string for drawing the path. | +| commands | string | '' | Yes | Commands for drawing the path. | The supported commands are as follows: