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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kfb-view",
3
3
  "description": "一个在线kfb的阅片软件",
4
- "version": "3.0.0-beta2",
4
+ "version": "3.0.0-beta3",
5
5
  "author": "qifeng.fan <qifeng.fan@hzztai.com>",
6
6
  "license": "MIT",
7
7
  "main": "lib/kfb-view.js",
@@ -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
  },