Add TextPath element

This commit is contained in:
Horcrux
2017-01-09 13:08:22 +08:00
parent f9fe7bdc4e
commit 1d06134719
18 changed files with 106 additions and 236 deletions
+2 -5
View File
@@ -11,11 +11,8 @@
#import "RNSVGPath.h"
#import "RNSVGText.h"
@interface RNSVGTextPath : RNSVGPath
@interface RNSVGTextPath : RNSVGText
@property (nonatomic, strong) NSString *positionX;
@property (nonatomic, strong) NSString *positionY;
@property (nonatomic, assign) CTFontRef font;
@property (nonatomic, strong) NSString *content;
@property (nonatomic, strong) NSString *href;
@end