Finish TSpan

This commit is contained in:
Horcrux
2016-11-11 00:48:55 +08:00
parent a305a33985
commit aae482236d
23 changed files with 379 additions and 262 deletions
+1 -7
View File
@@ -11,14 +11,8 @@
#import "RNSVGPath.h"
#import "RNSVGText.h"
@interface RNSVGTSpan : RNSVGPath
@interface RNSVGTSpan : RNSVGText
@property (nonatomic, assign) RNSVGTextAnchor textAnchor;
@property (nonatomic, assign) NSArray<NSNumber *> *deltaX;
@property (nonatomic, assign) NSArray<NSNumber *> *deltaY;
@property (nonatomic, strong) NSString *positionX;
@property (nonatomic, strong) NSString *positionY;
@property (nonatomic, assign) NSDictionary *font;
@property (nonatomic, strong) NSString *content;
@end