diff --git a/Userland/Libraries/LibWeb/Layout/Box.cpp b/Userland/Libraries/LibWeb/Layout/Box.cpp index f371e4da25..d419a9f73c 100644 --- a/Userland/Libraries/LibWeb/Layout/Box.cpp +++ b/Userland/Libraries/LibWeb/Layout/Box.cpp @@ -131,8 +131,8 @@ void Box::paint_border(PaintContext& context) circle_position.set_y(to.y()); center.set_x(radius); } else { - // How did you get here? - VERIFY_NOT_REACHED(); + // You are lying about your intentions of drawing a quarter circle, your coordinates are (partly) the same! + return; } Gfx::IntRect circle_rect = {