mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-05 16:04:38 +00:00
Finish TSpan
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
self.d = [self getPath:context];
|
||||
|
||||
CGPathRef path = self.d;
|
||||
[self setLayoutBoundingBox:CGPathGetBoundingBox(path)];
|
||||
|
||||
if ((!self.fill && !self.stroke) || !path) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user