@leafer-ui/interface 2.1.7 → 2.1.9

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/IUI.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leafer-ui/interface",
3
- "version": "2.1.7",
3
+ "version": "2.1.9",
4
4
  "description": "@leafer-ui/interface",
5
5
  "author": "Chao (Leafer) Wan",
6
6
  "license": "MIT",
@@ -22,6 +22,6 @@
22
22
  "leaferjs"
23
23
  ],
24
24
  "dependencies": {
25
- "@leafer/interface": "2.1.7"
25
+ "@leafer/interface": "2.1.9"
26
26
  }
27
27
  }
package/src/IUI.ts CHANGED
@@ -621,7 +621,7 @@ export interface IUIData extends IUIAttrData, IUIComputedData, ILeafData {
621
621
 
622
622
  __blendLayer?: boolean
623
623
 
624
- __boxStroke?: boolean // box闭合描边,可不用计算miterLimit造成的渲染包围盒变化
624
+ __boxStroke?: boolean // box闭合描边(一般用于矩形),可不用计算miterLimit造成的渲染包围盒变化
625
625
  __pathForStroke?: IPathCommandDataWithWindingRule // 笔触的填充路径,一般用于多个strokeWidth的矩形
626
626
 
627
627
  // text