Jonah Williams e2e64c5901 [Impeller] handle fill polylines with zero area. (flutter/engine#51945)
Fixes https://github.com/flutter/flutter/issues/146362

Sometimes we can have effectively zero area in a way that doesn't seem to register with the Skia bounding box logic we're using. Add a sanity check for zero points in the polyline.
2024-04-05 21:10:18 +00:00
..