@leafer/layout
Advanced tools
+3
-3
| { | ||
| "name": "@leafer/layout", | ||
| "version": "1.0.0-alpha.30", | ||
| "version": "1.0.0-alpha.31", | ||
| "description": "@leafer/layout", | ||
@@ -22,7 +22,7 @@ "author": "Chao (Leafer) Wan", | ||
| "dependencies": { | ||
| "@leafer/math": "1.0.0-alpha.30" | ||
| "@leafer/math": "1.0.0-alpha.31" | ||
| }, | ||
| "devDependencies": { | ||
| "@leafer/interface": "1.0.0-alpha.30" | ||
| "@leafer/interface": "1.0.0-alpha.31" | ||
| } | ||
| } |
@@ -62,5 +62,7 @@ import { ILeaf, ILeafLayout, ILayoutLocationType, ILayoutBoundsType, IBoundsData, IMatrixData, IMatrixDecompositionData } from '@leafer/interface' | ||
| public affectRotation: boolean | ||
| public strokeBoundsSpreadWidth: number | ||
| public renderBoundsSpreadWidth: number | ||
| public renderShapeBoundsSpreadWidth: number | ||
| public shapeStrokeSpreadWidth: number | ||
| public shapeRenderSpreadWidth: number | ||
@@ -67,0 +69,0 @@ |
9446
0.39%204
0.49%+ Added
- Removed
Updated