mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-31 13:52:58 +00:00
set unrecognized font family to default.
This commit is contained in:
@@ -47,8 +47,8 @@
|
||||
clipPaths = nil;
|
||||
templates = nil;
|
||||
brushConverters = nil;
|
||||
CGContextRef context = UIGraphicsGetCurrentContext();
|
||||
_boundingBox = rect;
|
||||
CGContextRef context = UIGraphicsGetCurrentContext();
|
||||
|
||||
for (RNSVGNode *node in self.subviews) {
|
||||
if ([node isKindOfClass:[RNSVGNode class]]) {
|
||||
|
||||
Reference in New Issue
Block a user