Replace RNSVGBrushConverter with RNSVGPainter

This modification was made in cfaca8b3cb, but was missing in a private method signature inside RNSVGPattern.m
This commit is contained in:
André Miranda
2017-02-10 10:35:37 -02:00
parent 53527aed62
commit 607955dafe
+1 -1
View File
@@ -39,7 +39,7 @@
// Note: This could use applyFillColor with a pattern. This could be more efficient but
// to do that, we need to calculate our own user space CTM.
- (void)paint:(CGContextRef)context opacity:(CGFloat)opacity brushConverter:(RNSVGBrushConverter *)brushConverter;
- (void)paint:(CGContextRef)context opacity:(CGFloat)opacity brushConverter:(RNSVGPainter *)brushConverter;
{
CGContextDrawTiledImage(context, _rect, _image);
}