@inweb/markup 26.7.1 → 26.7.2
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/markup.js +2 -2
- package/dist/markup.js.map +1 -1
- package/dist/markup.min.js +1 -1
- package/dist/markup.module.js +2 -2
- package/dist/markup.module.js.map +1 -1
- package/lib/markup/IMarkupCloud.d.ts +1 -1
- package/lib/markup/IMarkupEllipse.d.ts +2 -2
- package/lib/markup/IMarkupImage.d.ts +1 -1
- package/lib/markup/IMarkupRectangle.d.ts +1 -1
- package/lib/markup/Konva/KonvaCloud.d.ts +1 -1
- package/lib/markup/Konva/KonvaRectangle.d.ts +1 -1
- package/package.json +3 -3
- package/src/markup/IMarkupCloud.ts +1 -1
- package/src/markup/IMarkupEllipse.ts +2 -2
- package/src/markup/IMarkupImage.ts +1 -1
- package/src/markup/IMarkupRectangle.ts +1 -1
- package/src/markup/Konva/KonvaCloud.ts +1 -1
- package/src/markup/Konva/KonvaRectangle.ts +1 -1
package/dist/markup.js
CHANGED
|
@@ -12470,7 +12470,7 @@
|
|
|
12470
12470
|
getWidth() {
|
|
12471
12471
|
return this._ref.width();
|
|
12472
12472
|
}
|
|
12473
|
-
|
|
12473
|
+
getHeight() {
|
|
12474
12474
|
return this._ref.height();
|
|
12475
12475
|
}
|
|
12476
12476
|
setWidth(w) {
|
|
@@ -13380,7 +13380,7 @@
|
|
|
13380
13380
|
const wcsRightLowerPoint = this._worldTransformer.screenToWorld(rightLowerPoint);
|
|
13381
13381
|
this._ref.setAttr("wcsEnd", wcsRightLowerPoint);
|
|
13382
13382
|
}
|
|
13383
|
-
|
|
13383
|
+
getHeight() {
|
|
13384
13384
|
return this._ref.height();
|
|
13385
13385
|
}
|
|
13386
13386
|
setHeight(h) {
|