We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What I expect:
What I get:
Code:
<Svg width={200} height={200}> <Defs> <RadialGradient id='gradient' r='50%' cx='50%' cy='50%' fx='50%' fy='50%'> <Stop offset='0' stopColor='red' stopOpacity='1' /> <Stop offset='1' stopColor='red' stopOpacity='0' /> </RadialGradient> <ClipPath id='cut-off-bottom'> <Rect x='0' y='0' width='200' height='100' /> </ClipPath> </Defs> <Circle cx='100' cy='100' r='100' clipPath='url(#cut-off-bottom)' fill='url(#gradient)' /> </Svg>
The text was updated successfully, but these errors were encountered:
I have a fix available, could you test it? msand@11a5752
Sorry, something went wrong.
11a5752
[ios] Fix clipped bounds calculation for gradients
a0e3164
Fixes software-mansion/react-native-svg#738
No branches or pull requests
What I expect:
![screen shot 2018-07-19 at 11 14 10 pm](https://user-images.githubusercontent.com/1893760/42967821-1df64c48-8baa-11e8-8e0b-b99b8fc4853b.png)
What I get:
![img_0551](https://user-images.githubusercontent.com/1893760/42967860-3a53de50-8baa-11e8-9e28-453331dd6d76.PNG)
Code:
The text was updated successfully, but these errors were encountered: