add ClipPath element support

This commit is contained in:
Horcrux
2016-04-21 17:55:18 +08:00
parent 7859813eac
commit 7d3ef84163
14 changed files with 197 additions and 60 deletions
+2
View File
@@ -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 => {