From dff34b4054bb94eef965c74ddf83b83134205f6c Mon Sep 17 00:00:00 2001 From: mkno1412222222 <12436341+mkno1412222222@user.noreply.gitee.com> Date: Mon, 1 Sep 2025 09:08:52 +0000 Subject: [PATCH] =?UTF-8?q?update=20ArkUI/entry/src/main/ets/pages/CanvasD?= =?UTF-8?q?rawingContentDynamicallyUpdates.ets.=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: mkno1412222222 <12436341+mkno1412222222@user.noreply.gitee.com> --- .../main/ets/pages/CanvasDrawingContentDynamicallyUpdates.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArkUI/entry/src/main/ets/pages/CanvasDrawingContentDynamicallyUpdates.ets b/ArkUI/entry/src/main/ets/pages/CanvasDrawingContentDynamicallyUpdates.ets index d3cef50..03ce3e4 100644 --- a/ArkUI/entry/src/main/ets/pages/CanvasDrawingContentDynamicallyUpdates.ets +++ b/ArkUI/entry/src/main/ets/pages/CanvasDrawingContentDynamicallyUpdates.ets @@ -37,7 +37,7 @@ struct CanvasContentUpdate { .height('25%') .backgroundColor('#F5DC62') .onReady(() => { - //You can draw content here. + // Draw content here this.context.font = '55px sans-serif'; this.context.fillText(this.content, 50, 50); }) -- Gitee