mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57: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:
parent
7cc118e84e
commit
ff70418ffc
2 changed files with 2 additions and 14 deletions
|
@ -41,7 +41,6 @@ public:
|
|||
};
|
||||
|
||||
enum class ScalingMode {
|
||||
NearestFractional,
|
||||
NearestNeighbor,
|
||||
SmoothPixels,
|
||||
BilinearBlend,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue