mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-03 23:16:13 +00:00
remove unused context param, fix typo
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (void)saveDefination:(CGContextRef)context
|
||||
- (void)saveDefinition
|
||||
{
|
||||
[[self getSvgView] defineClipPath:self clipPathRef:self.name];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user