@4751065d Does SwiftUI enlarge a bordered element by the width of the border, or does the border draw within the un-bordered bounds?
@a6ff0b2b I believe that adding a border to a view makes no changes to the layout or frames of the view hierarchy. The border is drawn inside the view rather than centered on the edge so it also won't visually overlap any other views visible.