Files
ladybird/Libraries/LibWeb/Painting/CheckBoxPaintable.cpp
Jelle Raaijmakers 64acef30ec LibWeb: Simplify filling rects with rounded corners
We can use BorderRadiiData::as_corners() to avoid converting the corners
one by one. Instead of passing all four corners one by one, use a
reference to CornerRadii.

No functional changes.
2025-08-19 21:53:46 +02:00

4.5 KiB