Share Posted October 30, 2018 Hi, I applied a gradient two an SVG. The gradient stretches over two circles. When I move one circle manually (change the position of the circle-element within the SVG), the gradient works fine (a different part of the gradient is sown on the circle). But as soon as I animate the circle, the gradient on the circle stays the same - it seems like the gradient is only rendered in the beginning. How can I make it work, that when the circle moves, the gradient on the circle changes accordingly? Thanks a lot! See the Pen ePadmg by clmsvie (@clmsvie) on CodePen Link to comment Share on other sites More sharing options...
Share Posted October 30, 2018 It will work if you animate cx attribute. See the Pen RemgqJ by Sahil89 (@Sahil89) on CodePen 6 Link to comment Share on other sites More sharing options...
Author Share Posted October 30, 2018 Oh, great! Thanks a lot Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now