Closed waywardmonkeys closed 2 months ago
These replace Rect::is_empty and Size::is_empty (which are now deprecated) as the treatment of negative areas as not being empty can be slightly confusing, so using a more specific name makes things more clear.
Rect::is_empty
Size::is_empty
@derekdreery Done!
These replace
Rect::is_empty
andSize::is_empty
(which are now deprecated) as the treatment of negative areas as not being empty can be slightly confusing, so using a more specific name makes things more clear.