Prevent double unpremultiply with some composite blends

This commit is contained in:
Lovell Fuller
2022-03-04 23:17:07 +00:00
parent dd3b78272a
commit 23033e2050
8 changed files with 7 additions and 2 deletions

View File

@@ -158,6 +158,6 @@ describe('Extend', function () {
})
.raw()
.toBuffer();
assert.deepStrictEqual(Array.from(data), [191, 25, 65, 204, 238, 31, 82, 204]);
assert.deepStrictEqual(Array.from(data), [191, 25, 66, 204, 191, 25, 66, 204]);
});
});