mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-25 12:03:27 +00:00
fix exc_bad_access errors
This commit is contained in:
@@ -21,12 +21,12 @@
|
||||
@property (nonatomic, assign) RNSVGCGFCRule fillRule;
|
||||
@property (nonatomic, strong) RNSVGBrush *stroke;
|
||||
@property (nonatomic, assign) CGFloat strokeOpacity;
|
||||
@property (nonatomic, assign) NSString *strokeWidth;
|
||||
@property (nonatomic, strong) NSString *strokeWidth;
|
||||
@property (nonatomic, assign) CGLineCap strokeLinecap;
|
||||
@property (nonatomic, assign) CGLineJoin strokeLinejoin;
|
||||
@property (nonatomic, assign) CGFloat strokeMiterlimit;
|
||||
@property (nonatomic, assign) RNSVGCGFloatArray strokeDasharrayData;
|
||||
@property (nonatomic, assign) NSArray<NSString *> *strokeDasharray;
|
||||
@property (nonatomic, strong) NSArray<NSString *> *strokeDasharray;
|
||||
@property (nonatomic, assign) CGFloat strokeDashoffset;
|
||||
@property (nonatomic, copy) NSArray<NSString *> *propList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user