kfb-view 3.0.0-beta2 → 3.0.0-beta3
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/package.json
CHANGED
|
@@ -18724,6 +18724,7 @@ function OpenSeadragon(options) {
|
|
|
18724
18724
|
sourceWidth: sourceWidth,
|
|
18725
18725
|
sourceHeight: sourceHeight,
|
|
18726
18726
|
position: {
|
|
18727
|
+
original: position,
|
|
18727
18728
|
x: -size.x / 2,
|
|
18728
18729
|
y: position.y,
|
|
18729
18730
|
},
|