зеркало из https://github.com/mozilla/pjs.git
Bug 241939. Try to get 8-bit transparency logic right this time :-) r+sr=blizzard
This commit is contained in:
Родитель
38c5c62232
Коммит
5da4be8dac
|
@ -426,7 +426,7 @@ static void Do8Blend(float aOpacity, PRInt32 aNumLines, PRInt32 aNumBytes,
|
|||
} else {
|
||||
for (y = 0; y < aNumLines; y++) {
|
||||
for (int i = 0; i < aNumBytes; i++) {
|
||||
if (aSImage[i] != aS2Image[i]) {
|
||||
if (aSImage[i] == aS2Image[i]) {
|
||||
aDImage[i] = aSImage[i];
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче