mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 06:07:41 +00:00
move renderLayerTo to Renderable
Move renderLayerTo to Renderable.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#import "RNSVGPath.h"
|
||||
|
||||
@interface RNSVGLine : RNSVGPath
|
||||
@interface RNSVGLine : RNSVGRenderable
|
||||
@property (nonatomic, strong) NSString* x1;
|
||||
@property (nonatomic, strong) NSString* y1;
|
||||
@property (nonatomic, strong) NSString* x2;
|
||||
|
||||
Reference in New Issue
Block a user