mirror of
https://github.com/CharlesWiltgen/Axiom.git
synced 2026-09-20 19:58:20 +08:00
2493ce647d
The Corner Concentricity section named only sheets, glass containers, widgets and custom containerShape as containers. Apple's ConcentricRectangle documentation also counts the device's screen: a view that extends to the display's rounded corners resolves concentric to the hardware, so a custom surface should never look up the screen's corner radius itself. Add that rule, a custom bottom-sheet recipe matching Apple's Notes Format sheet (fixed top corners, concentric bottom corners, not zero), and what concentricCornerRadii (OS 27) is for: radii without drawing, for Canvas, animations and other custom surfaces. The companion reference page gains a prompt and an index entry. Verified: the new block compiles against the iOS 27.1 SDK at iOS 26.0 and 27.1 targets with no diagnostics.