mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-19 13:35:11 +00:00
fix ellipse draw bug and fix shape props context
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user