mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 05:55:10 +00:00
fix percentage bug, add Svg element flex layout support
This commit is contained in:
@@ -11,13 +11,13 @@ class EllipseExample extends Component{
|
||||
render() {
|
||||
return <Svg
|
||||
height="100"
|
||||
width="110"
|
||||
width="200"
|
||||
>
|
||||
<Ellipse
|
||||
cx="50%"
|
||||
cy="50%"
|
||||
rx="45%"
|
||||
ry="30%"
|
||||
ry="40%"
|
||||
stroke="purple"
|
||||
strokeWidth="2"
|
||||
fill="yellow"
|
||||
|
||||
Reference in New Issue
Block a user