mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
complete ClipPath element on iOS
This commit is contained in:
@@ -63,10 +63,12 @@ const NodeAttributes = {
|
||||
clipPath: {
|
||||
diff: arrayDiffer
|
||||
},
|
||||
clipPathId: true,
|
||||
clipRule: true
|
||||
};
|
||||
|
||||
const GroupAttributes = {
|
||||
asClipPath: true,
|
||||
...NodeAttributes
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user