Skip to content

Commit

Permalink
fix(ios): compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
msand committed Jan 4, 2020
1 parent 89f4432 commit e59c0fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/Brushes/RNSVGBrush.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ - (BOOL)applyStrokeColor:(CGContextRef)context opacity:(CGFloat)opacity
return NO;
}

- (CGColorRef)getColorWithOpacity:(CGFloat)opacity
{
return nil;
}

- (void)paint:(CGContextRef)context opacity:(CGFloat)opacity painter:(RNSVGPainter *)painter
{
// abstract
Expand Down

0 comments on commit e59c0fb

Please sign in to comment.