mxcad 1.0.390 → 1.0.391

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
@@ -14596,7 +14596,7 @@ win.McDrawObjectEvent_asciiToUTF8 = function (hexstr) {
14596
14596
  return MxG2312Obj.decodeFromGb2312Imp(hexstr);
14597
14597
  };
14598
14598
 
14599
- const version$1 = "1.0.389";
14599
+ const version$1 = "1.0.390";
14600
14600
 
14601
14601
  var isSharedArrayBuffer = "SharedArrayBuffer" in window;
14602
14602
  var isCdn = document.currentScript && /unpkg\.com\/mxcad/.test(document.currentScript.src);
@@ -19049,7 +19049,7 @@ var McDbRasterImage = /*#__PURE__*/function (_McDbEntity9) {
19049
19049
  }, {
19050
19050
  key: "setDwgImageSize",
19051
19051
  value: function setDwgImageSize(width, height) {
19052
- return this.imp.setImageSize(width, height);
19052
+ return this.imp.setImageSize(new McGePoint3d(width, height).imp);
19053
19053
  }
19054
19054
  }, {
19055
19055
  key: "getDwgImageSize",