mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-31 21:58:01 +00:00
Fix hitTest
This commit is contained in:
@@ -285,7 +285,7 @@
|
||||
CGPathRelease(hitArea);
|
||||
|
||||
if (contains) {
|
||||
CGPathRef clipPath = nil;
|
||||
CGPathRef clipPath = [self getClipPath];
|
||||
|
||||
if (!clipPath) {
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user