mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:47:47 +00:00
Revert "LibGfx: Add directional floating-point scaling to Painter"
This reverts commit ff76a5b8d2
.
This commit is contained in:
parent
f43adb816e
commit
381dcca2f6
4 changed files with 143 additions and 110 deletions
|
@ -233,7 +233,7 @@ public:
|
|||
}
|
||||
|
||||
template<typename U>
|
||||
[[nodiscard]] ALWAYS_INLINE Point<U> to_type() const
|
||||
Point<U> to_type() const
|
||||
{
|
||||
return Point<U>(*this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue