mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 22:05:14 +00:00
complete ClipPath refactor
This commit is contained in:
@@ -7,15 +7,17 @@ import {EllipseAttributes} from '../lib/attributes';
|
||||
|
||||
class Ellipse extends Shape{
|
||||
static displayName = 'Ellipse';
|
||||
|
||||
static propTypes = {
|
||||
...pathProps,
|
||||
...ellipseProps
|
||||
};
|
||||
|
||||
static contextTypes = {
|
||||
...fillProps,
|
||||
...strokeProps,
|
||||
...ellipseProps
|
||||
static defaultProps = {
|
||||
cx: 0,
|
||||
cy: 0,
|
||||
rx: 0,
|
||||
ry: 0
|
||||
};
|
||||
|
||||
setNativeProps = (...args) => {
|
||||
|
||||
Reference in New Issue
Block a user