Skip to content

compositor: fix off-by-1 error in blending ARGB

Fixes #810 (closed)

I observed that the off-by-1 error occurred when the subw op was underflowing.

Keep track of whether underflow occurred, and correct the off-by-1 error if so.

Merge request reports