mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-19 21:45:10 +00:00
Fix memory issue with ClipPath
Fix memory issue with ClipPath.
This commit is contained in:
@@ -46,10 +46,7 @@ const NodeAttributes = {
|
||||
},
|
||||
opacity: true,
|
||||
clipRule: true,
|
||||
clipPathRef: true,
|
||||
clipPath: {
|
||||
diff: arrayDiffer
|
||||
},
|
||||
clipPath: true,
|
||||
propList: {
|
||||
diff: arrayDiffer
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user