mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-27 04:32:57 +00:00
fix ClipPath bug
This commit is contained in:
@@ -65,7 +65,7 @@ public class RNSVGGroupShadowNode extends RNSVGVirtualNode {
|
||||
public int hitTest(Point point, View view) {
|
||||
// TODO: run hit test only if necessary
|
||||
// TODO: ClipPath never run hitTest
|
||||
if (mClipPathId == null) {
|
||||
if (mAsClipPath != null) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user