This commit is contained in:
John Giorshev
2025-02-18 13:43:53 -05:00
parent 76a697e1a3
commit e7f01849a1

View File

@@ -79,4 +79,4 @@ fn clipping_rect_intersect_rect() {
ClippingRect::Some(Rect::new(0, 0, 10, 10)).intersect_rect(Rect::new(20, 20, 1, 1)),
ClippingRect::Zero
);
}
}