@inweb/viewer-visualize 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/viewer-visualize.js
CHANGED
|
@@ -17126,7 +17126,7 @@
|
|
|
17126
17126
|
getWidth() {
|
|
17127
17127
|
return this._ref.width();
|
|
17128
17128
|
}
|
|
17129
|
-
|
|
17129
|
+
getHeight() {
|
|
17130
17130
|
return this._ref.height();
|
|
17131
17131
|
}
|
|
17132
17132
|
setWidth(w) {
|
|
@@ -18149,7 +18149,7 @@
|
|
|
18149
18149
|
const wcsRightLowerPoint = this._worldTransformer.screenToWorld(rightLowerPoint);
|
|
18150
18150
|
this._ref.setAttr("wcsEnd", wcsRightLowerPoint);
|
|
18151
18151
|
}
|
|
18152
|
-
|
|
18152
|
+
getHeight() {
|
|
18153
18153
|
return this._ref.height();
|
|
18154
18154
|
}
|
|
18155
18155
|
setHeight(h) {
|