mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 06:07:41 +00:00
Add PerformanceBezier as a submodule
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user