How to add border radius to JFXRippler
Hello, I have a stackPane with rounded edges, and I have put it inside a JFXRippler. But when I click on the element it shows me without the edges.
For example, this is my JFXRippler, and it shows well with the edges you assign
But when I click on the element, the effect of the JFXRippler does not respect the assigned edge
How can I make the effect of the JFXRippler have round edges?
Thanks.
Hello,
Currently, you need to extend JFXRippler and override the method getMask. Will try to fix this in later versions of JFoenix.
Regards,
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.