@gwojcik
Latest commit 4f1d5c5 Mar 28, 2021 History
Deleted line should not change value of alpha.
This line, with lossless precision, can be written as:
   alpha = alpha*mask*opacity + alpha*(1 - mask*opacity)
and simplified to:
   alpha = alpha * 1
but use of fixed point math introduces loss of precision.
6 contributors

Users who have contributed to this file

@jplloyd @briend @jonnor @achadwick @luzpaz @gwojcik