mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-02 23:02:16 +00:00
Add G element
Add G element
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ let {
|
||||
} = ART;
|
||||
|
||||
import strokeFilter from '../lib/strokeFilter';
|
||||
let propType = PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired;
|
||||
let propType = PropTypes.oneOfType([PropTypes.string, PropTypes.number]);
|
||||
class Line extends Component{
|
||||
static displayName = 'Line';
|
||||
static propTypes = {
|
||||
|
||||
Reference in New Issue
Block a user