mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-06 16:32:24 +00:00
Add TextPath element
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user