mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-03 07:06:04 +00:00
add ClipPath element support
This commit is contained in:
@@ -28,6 +28,8 @@ class Path extends Component{
|
||||
strokeDasharray: PropTypes.oneOfType([PropTypes.string, PropTypes.arrayOf(PropTypes.number)])
|
||||
};
|
||||
|
||||
static getPath = props => props.d;
|
||||
|
||||
_dimensions = null;
|
||||
|
||||
componentWillReceiveProps = nextProps => {
|
||||
|
||||
Reference in New Issue
Block a user