Revert "Revert "change circle radius percentage calculation""

This reverts commit f717d8bd93.
This commit is contained in:
Horcrux
2016-04-27 16:49:23 +08:00
parent f717d8bd93
commit 6ad74e3287
8 changed files with 49 additions and 21 deletions

View File

@@ -14,10 +14,10 @@ class EllipseExample extends Component{
width="110"
>
<Ellipse
cx="55"
cy="55"
rx="50"
ry="30"
cx="50%"
cy="50%"
rx="45%"
ry="30%"
stroke="purple"
strokeWidth="2"
fill="yellow"