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:
@@ -11,7 +11,7 @@ import fillFilter from '../lib/fillFilter';
|
||||
class Polyline extends Component{
|
||||
static displayName = 'Polyline';
|
||||
static propTypes = {
|
||||
points: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
|
||||
points: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
||||
strokeLinecap: PropTypes.oneOf(['butt', 'square', 'round']),
|
||||
strokeCap: PropTypes.oneOf(['butt', 'square', 'round']),
|
||||
strokeLinejoin: PropTypes.oneOf(['miter', 'bevel', 'round']),
|
||||
|
||||
Reference in New Issue
Block a user