fix percentage bug, add Svg element flex layout support

This commit is contained in:
Horcrux
2016-04-29 21:26:04 +08:00
parent 6458e9d4f9
commit 5008457ba6
7 changed files with 79 additions and 26 deletions

View File

@@ -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"