1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 11:47:34 +00:00

Tests: Add tests to verify alpha values are premultiplied when scaling

This commit is contained in:
Tim Ledbetter 2023-03-10 17:29:00 +00:00 committed by Jelle Raaijmakers
parent 5a6b995444
commit d5c913082b
2 changed files with 67 additions and 0 deletions

View file

@ -3,6 +3,7 @@ set(TEST_SOURCES
TestFontHandling.cpp
TestICCProfile.cpp
TestImageDecoder.cpp
TestScalingFunctions.cpp
)
foreach(source IN LISTS TEST_SOURCES)