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.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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.