diff --git a/ios/Elements/RNSVGSvgView.m b/ios/Elements/RNSVGSvgView.m index 64d1485c..6cea082f 100644 --- a/ios/Elements/RNSVGSvgView.m +++ b/ios/Elements/RNSVGSvgView.m @@ -268,7 +268,7 @@ - (NSString *)getDataURLwithBounds:(CGRect)bounds { - UIGraphicsBeginImageContextWithOptions(bounds.size, NO, 0); + UIGraphicsBeginImageContextWithOptions(bounds.size, NO, 1); [self clearChildCache]; [self drawRect:bounds]; [self clearChildCache];