mxcad 1.0.321 → 1.0.322
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/mxcad.es.js
CHANGED
|
@@ -14373,7 +14373,7 @@ win.McDrawObjectEvent_asciiToUTF8 = function (hexstr) {
|
|
|
14373
14373
|
return MxG2312Obj.decodeFromGb2312Imp(hexstr);
|
|
14374
14374
|
};
|
|
14375
14375
|
|
|
14376
|
-
const version$1 = "1.0.
|
|
14376
|
+
const version$1 = "1.0.322";
|
|
14377
14377
|
|
|
14378
14378
|
var isSharedArrayBuffer = ("SharedArrayBuffer" in window);
|
|
14379
14379
|
var isCdn = document.currentScript && /unpkg\.com\/mxcad/.test(document.currentScript.src);
|