Add PerformanceBezier as a submodule

This commit is contained in:
magicismight
2017-09-24 23:44:17 +08:00
parent d5923bb4fe
commit be8797be52
44 changed files with 7 additions and 4409 deletions
+1 -1
View File
@@ -825,7 +825,7 @@ CGFloat getTextAnchorOffset(enum TextAnchor textAnchor, CGFloat width)
textPathPath = [textPath getPath];
_path = [UIBezierPath bezierPathWithCGPath:[textPathPath getPath:nil]];
_path = [_path bezierPathByFlatteningPathAndImmutable:YES];
pathLength = [_path length];
pathLength = [_path pathLength];
isClosed = [_path isClosed];
return NO;
}