mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-22 13:16:26 +08:00
Clipping is now handled differently depending on the shape being used and API level. * 30+ always uses a ViewOutlineProvider * 21+ uses a ViewOutlineProvider when the shape is a round rect * All other API levels and cases fall back to canvas clipping PiperOrigin-RevId: 516297199