[codenameone-discussions] Re: RoundBorder performance

2017-02-17 Thread Shai Almog
Then I'm guessing it's the multiple instances of the blur effect, we do this lazily for performance but might want to be more aggressive about that. Can you file an issue on that? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To

[codenameone-discussions] Re: RoundBorder performance

2017-02-16 Thread Bryan Buchanan
It's the drop shadow. Works fine without. On Friday, February 17, 2017 at 4:54:09 PM UTC+10, Shai Almog wrote: > > Is it the dropshadow specifically that causes the issue or something else? > If you just remove the dropshadow is the transition smooth? > > Dropshadow uses blur which might be the

[codenameone-discussions] Re: RoundBorder performance

2017-02-16 Thread Shai Almog
Is it the dropshadow specifically that causes the issue or something else? If you just remove the dropshadow is the transition smooth? Dropshadow uses blur which might be the cause of the performance overhead as it's an expensive operation. There might be a way to improve that a bit. -- You