mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-18 04:14:00 +00:00
fix(ios): animation of clipPath contents, fixes #1119
This commit is contained in:
@@ -140,6 +140,7 @@
|
||||
if ([node isKindOfClass:[RNSVGNode class]] && ![node isKindOfClass:[RNSVGMask class]]) {
|
||||
CGAffineTransform transform = CGAffineTransformConcat(node.matrix, node.transforms);
|
||||
CGPathAddPath(path, &transform, [node getPath:context]);
|
||||
node.dirty = false;
|
||||
}
|
||||
return YES;
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user