mirror of
https://github.com/servo/servo
synced 2026-05-13 02:17:06 +02:00
Multiply operations applied in `generic_transform_inplace` were calculating the new pixel values, but not actually writing them. This changes fixes that issue. Testing: /webgl/tests/conformance/context/premultiplyalpha-test.html Fixes: #35759 Signed-off-by: Andrei Volykhin <andrei.volykhin@gmail.com>