From 4b01ffdef95a4a23d4ed808d90176c3aeab7a111 Mon Sep 17 00:00:00 2001 From: Cube <877211593@qq.com> Date: Thu, 24 Nov 2022 16:27:12 +0800 Subject: [PATCH 1/2] increase the font size of text --- draw-shapes/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draw-shapes/index.html b/draw-shapes/index.html index b85d89b..2c93763 100644 --- a/draw-shapes/index.html +++ b/draw-shapes/index.html @@ -164,7 +164,7 @@ strokeStyle: "rgba(254, 180, 32, 0.9)", paintMode: "strokeAndFill", fontFamily: "sans-serif", - fontSize: 20, + fontSize: 40, }; const styleId = cameraEnhancer.createDrawingStyle(styleDefinition); drawingLayer.setDrawingStyle(styleId); From 232643be331d35492eed32b9ddeb76ac25f9cbe0 Mon Sep 17 00:00:00 2001 From: Cube <877211593@qq.com> Date: Mon, 28 Nov 2022 13:22:11 +0800 Subject: [PATCH 2/2] update version to 3.2.0; --- customize-the-ui/index.html | 2 +- draw-shapes/index.html | 2 +- try-basic-features.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/customize-the-ui/index.html b/customize-the-ui/index.html index 7ae3a4c..1462769 100644 --- a/customize-the-ui/index.html +++ b/customize-the-ui/index.html @@ -4,7 +4,7 @@