@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 CHANGED
@@ -12470,7 +12470,7 @@
12470
12470
  getWidth() {
12471
12471
  return this._ref.width();
12472
12472
  }
12473
- getHeigth() {
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
- getHeigth() {
13383
+ getHeight() {
13384
13384
  return this._ref.height();
13385
13385
  }
13386
13386
  setHeight(h) {