From 72439760b22f5c26bca139a8d702d0c4251c8292 Mon Sep 17 00:00:00 2001 From: Cube <877211593@qq.com> Date: Wed, 19 Oct 2022 15:10:53 +0800 Subject: [PATCH] update version to 3.1.0; --- customize-the-ui/index.html | 2 +- draw-shapes/index.html | 4 ++-- try-basic-features.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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