Allow TextPath to reference any RNSVGNode instead of only RNSVGPath.

Remove unused RNSVGTextAnchor
This commit is contained in:
Mikael Sand
2017-12-30 03:35:58 +02:00
parent 7088d52b71
commit f07e8f041c
15 changed files with 312 additions and 335 deletions
-2
View File
@@ -14,6 +14,4 @@
@property (nonatomic, strong) RNSVGPathParser *d;
- (void)getPathLength:(CGFloat*)length lineCount:(NSInteger*)lineCount lengths:(NSArray* __strong *)lengths lines:(NSArray* __strong *)lines isClosed:(BOOL*)isClosed;
@end