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

View File

@@ -8,7 +8,6 @@
#import <Foundation/Foundation.h>
#import "RNSVGGroup.h"
#import "RNSVGTextAnchor.h"
#import "AlignmentBaseline.h"
@interface RNSVGText : RNSVGGroup