Fix memory issue with ClipPath

Fix memory issue with ClipPath.
This commit is contained in:
Horcrux
2016-11-11 13:25:16 +08:00
parent aae482236d
commit 0434cddc8b
15 changed files with 77 additions and 80 deletions

View File

@@ -46,10 +46,7 @@ const NodeAttributes = {
},
opacity: true,
clipRule: true,
clipPathRef: true,
clipPath: {
diff: arrayDiffer
},
clipPath: true,
propList: {
diff: arrayDiffer
},