diff --git a/customize-the-ui/index.html b/customize-the-ui/index.html
index 0b1d850..7ae3a4c 100644
--- a/customize-the-ui/index.html
+++ b/customize-the-ui/index.html
@@ -4,7 +4,7 @@
2.customize-the-ui
-
+
+
drawing-shapes
@@ -116,7 +116,7 @@
const content = "I am a Text.",
x = 700,
y = 100;
- const text = new Dynamsoft.DCE.DrawingItem.DT_Text(content, x, y);
+ const text = new Dynamsoft.DCE.DrawingItem.DT_Text(content, x, y, 200);
drawingLayer.addDrawingItems([text]);
}
break;
diff --git a/try-basic-features.html b/try-basic-features.html
index c3e2942..d0e61bc 100644
--- a/try-basic-features.html
+++ b/try-basic-features.html
@@ -3,7 +3,7 @@
-
+
1.explore-the-features