@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.
@@ -15039,7 +15039,7 @@
15039
15039
  width: (_a = params.width) !== null && _a !== void 0 ? _a : 200,
15040
15040
  height: (_b = params.height) !== null && _b !== void 0 ? _b : 200,
15041
15041
  stroke: (_c = params.color) !== null && _c !== void 0 ? _c : "#ff0000",
15042
- strokeWidth: (_d = params.lineWidth) !== null && _d !== void 0 ? _d : 5,
15042
+ strokeWidth: (_d = params.lineWidth) !== null && _d !== void 0 ? _d : 4,
15043
15043
  draggable: true,
15044
15044
  strokeScaleEnabled: false,
15045
15045
  globalCompositeOperation: "source-over",
@@ -17284,6 +17284,7 @@
17284
17284
  }
17285
17285
 
17286
17286
  exports.OdBaseDragger = OdBaseDragger;
17287
+ exports.Options = Options;
17287
17288
  exports.Viewer = Viewer;
17288
17289
  exports.commands = commands;
17289
17290