@leafer/display-module 1.9.4 → 1.9.6

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@leafer/display-module",
3
- "version": "1.9.4",
3
+ "version": "1.9.6",
4
4
  "description": "@leafer/display-module",
5
5
  "author": "Chao (Leafer) Wan",
6
6
  "license": "MIT",
@@ -22,13 +22,13 @@
22
22
  "leaferjs"
23
23
  ],
24
24
  "dependencies": {
25
- "@leafer/helper": "1.9.4",
26
- "@leafer/event": "1.9.4",
27
- "@leafer/math": "1.9.4",
28
- "@leafer/data": "1.9.4",
29
- "@leafer/debug": "1.9.4"
25
+ "@leafer/helper": "1.9.6",
26
+ "@leafer/event": "1.9.6",
27
+ "@leafer/math": "1.9.6",
28
+ "@leafer/data": "1.9.6",
29
+ "@leafer/debug": "1.9.6"
30
30
  },
31
31
  "devDependencies": {
32
- "@leafer/interface": "1.9.4"
32
+ "@leafer/interface": "1.9.6"
33
33
  }
34
34
  }
package/src/LeafBounds.ts CHANGED
@@ -122,7 +122,7 @@ export const LeafBounds: ILeafBoundsModule = {
122
122
  __updateBoxBounds(_secondLayout?: boolean, _bounds?: IBoundsData): void {
123
123
  const b = this.__layout.boxBounds
124
124
  const data = this.__
125
- if (data.__pathInputed) {
125
+ if (data.__usePathBox) {
126
126
  toBounds(data.path, b)
127
127
  } else {
128
128
  b.x = 0