@leafer/data
Advanced tools
+2
-2
| { | ||
| "name": "@leafer/data", | ||
| "version": "1.4.0", | ||
| "version": "1.4.1", | ||
| "description": "@leafer/data", | ||
@@ -25,4 +25,4 @@ "author": "Chao (Leafer) Wan", | ||
| "devDependencies": { | ||
| "@leafer/interface": "1.4.0" | ||
| "@leafer/interface": "1.4.1" | ||
| } | ||
| } |
+1
-1
@@ -127,3 +127,3 @@ import { ILeafData, ILeaf, IObject, IValue, IPathCommandData, IJSONOptions } from '@leafer/interface' | ||
| const leaf = this.__leaf | ||
| if ((t.opacity < 1 && (leaf.isBranch || t.__hasMultiPaint)) || leaf.__hasEraser || t.eraser) { | ||
| if ((t.opacity < 1 && (leaf.isBranch || t.__hasMultiPaint)) || leaf.__hasEraser || t.eraser || t.filter) { | ||
| t.__single = true | ||
@@ -130,0 +130,0 @@ } else if (t.__single) { |
9033
0.13%