diff --git a/apple/Elements/RNSVGSvgView.mm b/apple/Elements/RNSVGSvgView.mm index a91fee4c..4c1cc6a2 100644 --- a/apple/Elements/RNSVGSvgView.mm +++ b/apple/Elements/RNSVGSvgView.mm @@ -293,7 +293,7 @@ using namespace facebook::react; _boundingBox = rect; CGContextRef context = UIGraphicsGetCurrentContext(); - [self drawToContext:context withRect:rect]; + [self drawToContext:context withRect:[self bounds]]; } - (RNSVGPlatformView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event