1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:27:35 +00:00

Revert "LibGfx: Add NearestFractional scaling type to painter"

This reverts commit df30440117.

This scaling type is now unused, and has issues with painting outside of
the Painter's clip-rect.
This commit is contained in:
Sam Atkins 2023-05-21 20:54:05 +01:00 committed by Jelle Raaijmakers
parent 7cc118e84e
commit ff70418ffc
2 changed files with 2 additions and 14 deletions

View file

@ -41,7 +41,6 @@ public:
};
enum class ScalingMode {
NearestFractional,
NearestNeighbor,
SmoothPixels,
BilinearBlend,