Merge pull request #253 from EuAndreh/master

Replace RNSVGBrushConverter type with RNSVGPainter
This commit is contained in:
Horcrux
2017-03-05 07:59:42 +08:00
committed by GitHub
+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);
}