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
-1
View File
@@ -13,6 +13,5 @@
- (instancetype) initWithPathString:(NSString *)d;
- (CGPathRef)getPath;
- (NSArray *)getBezierCurves;
@end