Fix TextPath bug when using lines

This commit is contained in:
Horcrux
2017-01-12 20:09:57 +08:00
parent dcc39c4b67
commit e3026c0bb5
6 changed files with 26 additions and 37 deletions
-4
View File
@@ -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;