We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45fbaf commit 36e0305Copy full SHA for 36e0305
changes.md
@@ -5,6 +5,7 @@
5
2. Fix - several tutorials with three.js modules loading
6
3. Fix - redraw pad when change text align attributes
7
4. Fix - pad ranges for TWebCanvas, handle log2 scales
8
+5. Fix - set proper background for geo drawing
9
10
11
## Changes in 7.3.0
modules/core.mjs
@@ -5,7 +5,7 @@ let version_id = '7.3.x';
/** @summary version date
* @desc Release date in format day/month/year like '14/04/2022' */
-let version_date = '23/02/2023';
+let version_date = '24/03/2023';
/** @summary version id and date
* @desc Produced by concatenation of {@link version_id} and {@link version_date}
0 commit comments