@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.
- package/dist/viewer-visualize.js +2 -1
- package/dist/viewer-visualize.js.map +1 -1
- package/dist/viewer-visualize.min.js +1 -1
- package/dist/viewer-visualize.module.js +2 -2
- package/dist/viewer-visualize.module.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/Viewer/Markup/Api/Impl/Konva/KonvaCloud.ts +1 -1
- package/src/index.ts +1 -1
|
@@ -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 :
|
|
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
|