mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-07 16:54:52 +00:00
Fix TextPath bug when using lines
This commit is contained in:
@@ -20,10 +20,6 @@
|
||||
@property (nonatomic, strong) NSString *positionY;
|
||||
@property (nonatomic, strong) NSDictionary *font;
|
||||
|
||||
@property (nonatomic, assign) CGFloat lastX;
|
||||
@property (nonatomic, assign) CGFloat lastY;
|
||||
@property (nonatomic, assign) NSUInteger lastIndex;
|
||||
|
||||
- (RNSVGText *)getTextRoot;
|
||||
- (void)releaseCachedPath;
|
||||
- (CGPathRef)getGroupPath:(CGContextRef)context;
|
||||
|
||||
Reference in New Issue
Block a user