Questions about setting radius

hello,
If my object size is L 140 W 4, what will happen if I set the radius of the corners to LV_RADIUS_CIRCLE (maximum)? For example, memory overflow or something like that

Example:
lv_style_set_radius(&obj_style,2)
written as
lv_style_set_radius(&obj_style,LV_RADIUS_CIRCLE);

Looking forward to your reply,thanks.