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 @@ 2.customize-the-ui - + + drawing-shapes @@ -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); diff --git a/try-basic-features.html b/try-basic-features.html index d0e61bc..9acb04a 100644 --- a/try-basic-features.html +++ b/try-basic-features.html @@ -3,7 +3,7 @@ - + 1.explore-the-features