mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-06 00:12:21 +00:00
Fix retain cycle for the textRoot property.
This commit is contained in:
+1
-1
@@ -38,10 +38,10 @@ extern CGFloat const RNSVG_DEFAULT_FONT_SIZE;
|
||||
* RNSVGSvgView which ownes current RNSVGNode
|
||||
*/
|
||||
@property (nonatomic, readonly, weak) RNSVGSvgView *svgView;
|
||||
@property (nonatomic, readonly, weak) RNSVGGroup *textRoot;
|
||||
|
||||
- (void)invalidate;
|
||||
|
||||
- (RNSVGGroup *)getTextRoot;
|
||||
- (RNSVGGroup *)getParentTextRoot;
|
||||
|
||||
- (void)renderTo:(CGContextRef)context;
|
||||
|
||||
Reference in New Issue
Block a user