set unrecognized font family to default.

This commit is contained in:
Horcrux
2016-08-13 17:00:15 +08:00
parent b705280326
commit d84b00d02f
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -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]]) {