Finish TSpan

This commit is contained in:
Horcrux
2016-11-11 00:48:55 +08:00
parent a305a33985
commit aae482236d
23 changed files with 379 additions and 262 deletions
+2
View File
@@ -32,6 +32,8 @@
self.d = [self getPath:context];
CGPathRef path = self.d;
[self setLayoutBoundingBox:CGPathGetBoundingBox(path)];
if ((!self.fill && !self.stroke) || !path) {
return;
}