Refactor and simplify, cache path properties.

Remove use of UIBezierPath and categories.
This commit is contained in:
Mikael Sand
2017-12-29 21:50:30 +02:00
parent f49eabf8e8
commit 7088d52b71
10 changed files with 311 additions and 352 deletions
+1 -1
View File
@@ -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