mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-31 05:51:47 +00:00
fix fillOpacity with gradients
This commit is contained in:
@@ -28,6 +28,7 @@ class Ellipse extends Shape{
|
||||
|
||||
render() {
|
||||
let props = this.props;
|
||||
|
||||
return <RNSVGEllipse
|
||||
ref={ele => this.root = ele}
|
||||
{...this.extractProps(props)}
|
||||
|
||||
Reference in New Issue
Block a user