f247c1a32902f0aa10da43af8e8ebb95639d186a
Fixes https://github.com/flutter/flutter/issues/130084 If a display list is drawn into another display list and the child display list establishes a small clip, subsequent drawing operations are discarded when really they should not be. The test is expected to render both a blue and a red square; before the fix it renders only the blue square since the red square is incorrectly clipped out. See also https://github.com/dnfield/flutter_svg/issues/938
Description
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%