Fix #32  (G elements context bug)
This commit is contained in:
Horcrux
2016-05-13 11:50:03 +08:00
parent ec67d4dae8
commit 91c6115e6e
3 changed files with 25 additions and 10 deletions

View File

@@ -23,10 +23,12 @@ class GExample extends Component{
stroke="pink"
strokeWidth="3"
>
<Circle
cx="25"
cy="25"
/>
<G>
<Circle
cx="25"
cy="25"
/>
</G>
<Circle
cx="25"
cy="75"