@leafer/layout 1.0.0-bate → 1.0.0-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leafer/layout",
3
- "version": "1.0.0-bate",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "@leafer/layout",
5
5
  "author": "Chao (Leafer) Wan",
6
6
  "license": "MIT",
@@ -19,9 +19,10 @@
19
19
  "leaferjs"
20
20
  ],
21
21
  "dependencies": {
22
- "@leafer/math": "1.0.0-bate"
22
+ "@leafer/math": "1.0.0-beta.2",
23
+ "@leafer/platform": "1.0.0-beta.2"
23
24
  },
24
25
  "devDependencies": {
25
- "@leafer/interface": "1.0.0-bate"
26
+ "@leafer/interface": "1.0.0-beta.2"
26
27
  }
27
28
  }
package/src/LeafLayout.ts CHANGED
@@ -62,8 +62,8 @@ export class LeafLayout implements ILeafLayout {
62
62
 
63
63
  public strokeSpread: number
64
64
  public renderSpread: number
65
- public shapeStrokeSpread: number
66
- public shapeRenderSpread: number
65
+ public strokeBoxSpread: number
66
+ public renderShapeSpread: number
67
67
 
68
68
 
69
69
  constructor(leaf: ILeaf) {