mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-03 15:14:18 +00:00
fix #127
This commit is contained in:
@@ -83,11 +83,6 @@
|
|||||||
self.backgroundColor = inheritedBackgroundColor;
|
self.backgroundColor = inheritedBackgroundColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event
|
|
||||||
{
|
|
||||||
return self.responsible ? [super hitTest:point withEvent:event] : nil;
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)defineClipPath:(__kindof RNSVGNode *)clipPath clipPathRef:(NSString *)clipPathRef
|
- (void)defineClipPath:(__kindof RNSVGNode *)clipPath clipPathRef:(NSString *)clipPathRef
|
||||||
{
|
{
|
||||||
if (!clipPaths) {
|
if (!clipPaths) {
|
||||||
|
|||||||
Reference in New Issue
Block a user