mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-04 15:44:24 +00:00
Remove path data usage in clipPath
Remove path data usage in clipPath. Use clipPath in SVG way
This commit is contained in:
@@ -45,8 +45,7 @@
|
||||
CGPathRelease(strokePath);
|
||||
}
|
||||
|
||||
CGAffineTransform transform = self.matrix;
|
||||
self.hitArea = CFAutorelease(CGPathCreateCopyByTransformingPath(hitArea, &transform));
|
||||
self.hitArea = CGPathCreateCopy(hitArea);
|
||||
CGPathRelease(hitArea);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user