mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-18 13:44:50 +00:00
Painter: Re-enable diagonal draw_line().
This code still needs clipping, but the basic concept works. It was disabled since before the kernel had floating point support.
This commit is contained in:
@@ -91,4 +91,9 @@ double acos(double)
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
||||
double fabs(double value)
|
||||
{
|
||||
return value < 0 ? -value : value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user