mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-03 07:06:04 +00:00
remove unused context param, fix typo
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
CGContextRef context = UIGraphicsGetCurrentContext();
|
||||
|
||||
for (RNSVGNode *node in self.subviews) {
|
||||
[node saveDefination:context];
|
||||
[node saveDefinition];
|
||||
[node renderTo:context];
|
||||
|
||||
if (node.responsible && !self.responsible) {
|
||||
|
||||
Reference in New Issue
Block a user