mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-03 07:06:04 +00:00
Refactor and simplify, cache path properties.
Remove use of UIBezierPath and categories.
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
|
||||
@property (nonatomic, strong) RNSVGPathParser *d;
|
||||
|
||||
- (NSArray *)getBezierCurves;
|
||||
- (void)getPathLength:(CGFloat*)length lineCount:(NSInteger*)lineCount lengths:(NSArray* __strong *)lengths lines:(NSArray* __strong *)lines isClosed:(BOOL*)isClosed;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user