mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This previously was basically assuming that two clip regions would be a union but instead it's actually an intersection. Also, for some reason I had forgotten to actually implement `boundingRect` for the rrect clip region. I changed this for a bit more clarity.