@leafer/interface
Advanced tools
+1
-1
| { | ||
| "name": "@leafer/interface", | ||
| "version": "1.0.9", | ||
| "version": "1.0.10", | ||
| "description": "@leafer/interface", | ||
@@ -5,0 +5,0 @@ "author": "Chao (Leafer) Wan", |
@@ -132,2 +132,3 @@ import { IObject } from '../data/IData' | ||
| useGrayscaleAlpha(bounds: IBoundsData): void | ||
| useMask(maskCanvas: ILeaferCanvas, fromBounds?: IBoundsData, toBounds?: IBoundsData): void | ||
@@ -134,0 +135,0 @@ useEraser(eraserCanvas: ILeaferCanvas, fromBounds?: IBoundsData, toBounds?: IBoundsData): void |
@@ -31,4 +31,5 @@ import { ILeaf, ILeafComputedData } from '../display/ILeaf' | ||
| __single?: boolean | ||
| readonly __hasMultiPaint?: boolean // fill 、stroke 、shadow 等同时存在两次以上外观绘制的情况 | ||
| __checkSingle(): void | ||
| __removeNaturalSize(): void | ||
| } |
@@ -84,3 +84,5 @@ import { ILeaferBase } from '../app/ILeafer' | ||
| | 'pixel' | ||
| | 'grayscale' | ||
| | 'clipping' | ||
| | 'clipping-path' | ||
@@ -87,0 +89,0 @@ export type IEraserType = |
Sorry, the diff of this file is too big to display
178939
0.18%4629
0.13%