mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-30 21:49:31 +00:00
Fix types and glyph context nextX spacing handling.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
@property (nonatomic, strong) NSString *spacing;
|
||||
@property (nonatomic, strong) NSString *startOffset;
|
||||
|
||||
- (void)getPathLength:(CGFloat*)length lineCount:(NSInteger*)lineCount lengths:(NSArray* __strong *)lengths lines:(NSArray* __strong *)lines isClosed:(BOOL*)isClosed;
|
||||
- (void)getPathLength:(CGFloat*)length lineCount:(NSUInteger*)lineCount lengths:(NSArray* __strong *)lengths lines:(NSArray* __strong *)lines isClosed:(BOOL*)isClosed;
|
||||
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user