@leafer/layout 1.0.0-alpha.30 → 1.0.0-alpha.31

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-alpha.30",
3
+ "version": "1.0.0-alpha.31",
4
4
  "description": "@leafer/layout",
5
5
  "author": "Chao (Leafer) Wan",
6
6
  "license": "MIT",
@@ -19,9 +19,9 @@
19
19
  "leaferjs"
20
20
  ],
21
21
  "dependencies": {
22
- "@leafer/math": "1.0.0-alpha.30"
22
+ "@leafer/math": "1.0.0-alpha.31"
23
23
  },
24
24
  "devDependencies": {
25
- "@leafer/interface": "1.0.0-alpha.30"
25
+ "@leafer/interface": "1.0.0-alpha.31"
26
26
  }
27
27
  }
package/src/LeafLayout.ts CHANGED
@@ -59,9 +59,11 @@ export class LeafLayout implements ILeafLayout {
59
59
  // keep state
60
60
  public affectScaleOrRotation: boolean
61
61
  public affectRotation: boolean
62
+
62
63
  public strokeBoundsSpreadWidth: number
63
64
  public renderBoundsSpreadWidth: number
64
- public renderShapeBoundsSpreadWidth: number
65
+ public shapeStrokeSpreadWidth: number
66
+ public shapeRenderSpreadWidth: number
65
67
 
66
68
 
67
69
  constructor(leaf: ILeaf) {