Bug in "Expand 1D FX"

Hello! I have a 8x64 panel, consisting of two of the common 8x32 panels that can be found on Amazon. When I use the Gravcenter effect, it doesn’t fade out properly. Only the top 64 pixels fade out.

That is probably because of the virtualLength calculation in FX_fcn.cpp line 630. With an 8x64 segment, we get sqrt(64*64+8*8), which is approximately 64.

The problem happens in all effects that use SEGMENT.fade_out() and that are Expanded from 1D with the Arc mode.

What would be a good fix for it?

Thanks!

Fix is already in PR.

1 Like

Nice! Is it going to be merged soon?

I can confirm that the fix worked perfectly. Thanks!