mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-19 13:35:11 +00:00
Revert "Revert "change circle radius percentage calculation""
This reverts commit f717d8bd93.
This commit is contained in:
@@ -11,12 +11,12 @@ class CircleExample extends Component{
|
||||
render() {
|
||||
return <Svg
|
||||
height="100"
|
||||
width="100"
|
||||
width="140"
|
||||
>
|
||||
<Circle
|
||||
cx="50"
|
||||
cy="50"
|
||||
r="50"
|
||||
cx="50%"
|
||||
cy="50%"
|
||||
r="40%"
|
||||
fill="pink"
|
||||
/>
|
||||
</Svg>;
|
||||
|
||||
Reference in New Issue
Block a user