hoeditor-web 3.1.219 → 3.1.220

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.
@@ -104403,7 +104403,7 @@ const textParams = {
104403
104403
  /***/ (function(__unused_webpack_module, __webpack_exports__) {
104404
104404
 
104405
104405
  "use strict";
104406
- /* harmony default export */ __webpack_exports__.A = ('3.1.219');
104406
+ /* harmony default export */ __webpack_exports__.A = ('3.1.220');
104407
104407
 
104408
104408
  /***/ }),
104409
104409
 
@@ -107176,7 +107176,10 @@ class Print {
107176
107176
  let heightPixes = hoEditorFactory.unitConvert.mmConversionPx(hoEditorFactory.pageProperty.heightMm, true);
107177
107177
  let orientation = widthPixes > heightPixes ? 'l' : 'p';
107178
107178
  let formats = [widthPixes, heightPixes];
107179
- let format = a4Size[orientation];
107179
+ let format = [widthPixes, heightPixes];
107180
+ if (hoEditorFactory.isFixedPrintToA4 == '1') {
107181
+ format = a4Size[orientation];
107182
+ }
107180
107183
  const svg2pdfOptions = {
107181
107184
  x: 0,
107182
107185
  y: 0
@@ -227105,7 +227108,7 @@ class entry_lib_VueController {
227105
227108
  } else if (node instanceof entry_lib_ParagraphNode/* ParagraphNode */.f) {
227106
227109
  docText += '\n';
227107
227110
  } else if (node instanceof entry_lib_SignNode/* SignNode */.u && node.customProperty && node.customProperty.bce03) {
227108
- docText += node.customProperty.bce03;
227111
+ // docText += node.customProperty.bce03;
227109
227112
  }
227110
227113
  }
227111
227114
  };