@inweb/viewer-visualize 25.3.15 → 25.3.17

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.
@@ -3569,7 +3569,7 @@ class KonvaCloud {
3569
3569
  width: (_a = params.width) !== null && _a !== void 0 ? _a : 200,
3570
3570
  height: (_b = params.height) !== null && _b !== void 0 ? _b : 200,
3571
3571
  stroke: (_c = params.color) !== null && _c !== void 0 ? _c : "#ff0000",
3572
- strokeWidth: (_d = params.lineWidth) !== null && _d !== void 0 ? _d : 5,
3572
+ strokeWidth: (_d = params.lineWidth) !== null && _d !== void 0 ? _d : 4,
3573
3573
  draggable: true,
3574
3574
  strokeScaleEnabled: false,
3575
3575
  globalCompositeOperation: "source-over",
@@ -5591,5 +5591,5 @@ class Viewer extends EventEmitter2 {
5591
5591
  }
5592
5592
  }
5593
5593
 
5594
- export { OdBaseDragger, Viewer, commands };
5594
+ export { OdBaseDragger, Options, Viewer, commands };
5595
5595
  //# sourceMappingURL=viewer-visualize.module.js.map