mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Interpret negative radii as 0 in recording_canvas drawDRRect This allows drawing DRRects that may have some negative values on its corners (caused by deflating a RRect with some non-round corners, for example) See added unit test for an example of the above. Fixes https://github.com/flutter/flutter/issues/40728