fix exc_bad_access errors

This commit is contained in:
magicismight
2017-09-24 21:19:27 +08:00
parent c51ebd4976
commit d5923bb4fe
+2 -2
View File
@@ -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;