mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Impeller supports `ClipOval` and will detect oval paths and rrects and use that call instead when appropriate. Adding support for `ClipOval` to DisplayList allows that optimization code to be moved up into the recording process.