From 8a09ebaefe35b670e50e6cd608b6e819d35e5c08 Mon Sep 17 00:00:00 2001 From: king_he <6384784@qq.com> Date: Sat, 25 Jun 2022 02:02:52 +0000 Subject: [PATCH] update en/application-dev/reference/arkui-ts/ts-components-canvas-imagebitmap.md. Signed-off-by: king_he <6384784@qq.com> --- .../reference/arkui-ts/ts-components-canvas-imagebitmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/reference/arkui-ts/ts-components-canvas-imagebitmap.md b/en/application-dev/reference/arkui-ts/ts-components-canvas-imagebitmap.md index 57e91f0032..dc9617a764 100644 --- a/en/application-dev/reference/arkui-ts/ts-components-canvas-imagebitmap.md +++ b/en/application-dev/reference/arkui-ts/ts-components-canvas-imagebitmap.md @@ -1,7 +1,7 @@ # ImageBitmap -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** +> **NOTE**
> This component is supported since API version 8. Updates will be marked with a superscript to indicate their earliest API version. @@ -10,7 +10,7 @@ ## Attributes - | Name | Type | Description | +| Name | Type | Description | | -------- | -------- | -------- | | width | number | Actual width of the rectangle on the canvas, in pixels. | | height | number | Actual height of the rectangle on the canvas, in pixels. | -- GitLab