From 3ca6e61a5033cfcfd5e137fbd86393a58a05e45b Mon Sep 17 00:00:00 2001 From: LiAn Date: Wed, 30 Nov 2022 11:59:11 +0000 Subject: [PATCH] update en/application-dev/ui/ui-ts-drawing-feature.md. Signed-off-by: LiAn Signed-off-by: LiAn --- en/application-dev/ui/ui-ts-drawing-feature.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/ui/ui-ts-drawing-feature.md b/en/application-dev/ui/ui-ts-drawing-feature.md index 168d8ff9a1..3c9085735d 100644 --- a/en/application-dev/ui/ui-ts-drawing-feature.md +++ b/en/application-dev/ui/ui-ts-drawing-feature.md @@ -92,7 +92,7 @@ In the food component table on the **FoodDetail** page, each food group is label In addition to drawing basic geometric shapes, you can also use the **\** component to draw a custom path. The following describes how to draw an application logo. -1. Create an eTS page **Logo.ets** in the **pages** folder. +1. Create a page **Logo.ets** in the **pages** folder. ![drawing-feature1](figures/drawing-feature1.png) -- GitLab