fix fillOpacity with gradients

This commit is contained in:
Horcrux
2016-07-21 19:11:36 +08:00
parent 16a1f89bf6
commit 63f793c54e
7 changed files with 39 additions and 23 deletions
+1
View File
@@ -28,6 +28,7 @@ class Ellipse extends Shape{
render() {
let props = this.props;
return <RNSVGEllipse
ref={ele => this.root = ele}
{...this.extractProps(props)}