I use Magic a lot for sending visuals directly to LED strips through Processing.
Processing has good libraries for both spout and syphon, but they have a quirky behavior if they receive video with a transparent background. They will have trails and get stuck because all the pixels do not update with each frame, it only updates the pixels that change.
You can fix this in the Processing sketches by adding a black background to each frame, but this also dulls the entire signal for some reason. Dim images will no longer show up.
The fix in Magic I've found is to always have a black polygon covering the whole bottom layer. This way everything comes up as it should.
Resolume has a simple checkbox for each output to add a black background. This fixes things the same way without having to add an extra layer.
So I figured this may be an easy thing to add to Magic as well so that things can work easier right of the gate without having to add a workaround.
A small issue, but one that also should be easy to implement!