fix ellipse draw bug and fix shape props context

This commit is contained in:
Horcrux
2016-04-26 21:04:54 +08:00
parent 24dcc83a80
commit 1baf00c034
11 changed files with 29 additions and 52 deletions

View File

@@ -30,6 +30,7 @@ class GExample extends Component{
<Circle
cx="25"
cy="75"
stroke="red"
/>
<Circle
cx="50"
@@ -39,6 +40,7 @@ class GExample extends Component{
<Circle
cx="75"
cy="25"
stroke="red"
/>
<Circle
cx="75"