Skip to content

compositor: Consider the converter-config when deciding whether one pad obscures another

If the converter configuration is set to not fill any borders, or if the border fill color is not full opaque, then the pad has to be handled as potentially transparent and can't be considered to obscure another one.

This prevents pads from being wrongly skipped and doing alpha-blending with uninitialized memory.

Merge request reports