diff --git a/engine/src/flutter/tests/examples/stocks-expected.txt b/engine/src/flutter/tests/examples/stocks-expected.txt index e595899751e..eb59c3dccfc 100644 --- a/engine/src/flutter/tests/examples/stocks-expected.txt +++ b/engine/src/flutter/tests/examples/stocks-expected.txt @@ -44,7 +44,7 @@ PAINT FOR FRAME #2 ---------------------------------------------- 2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0 2 | | | paintChild RenderDecoratedBox at Point(728.0, 528.0) 2 | | | | TestRenderCanvas() constructor: 800.0 x 600.0 -2 | | | | drawCircle(28.0, 28.0, 28.0, Paint(color:Color(0xffff5252), drawLooper:true)) +2 | | | | drawCircle(Point(28.0, 28.0), 28.0, Paint(color:Color(0xffff5252), drawLooper:true)) 2 | | | | saveLayer(Rect.fromLTRB(0.0, 0.0, 56.0, 56.0), Paint(color:Color(0xff000000))) 2 | | | | clipPath(Instance of 'Path') 2 | | | | paintChild RenderImage at Point(16.0, 16.0) @@ -92,7 +92,7 @@ PAINT FOR FRAME #3 ---------------------------------------------- 3 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0 3 | | | paintChild RenderDecoratedBox at Point(728.0, 528.0) 3 | | | | TestRenderCanvas() constructor: 800.0 x 600.0 -3 | | | | drawCircle(28.0, 28.0, 28.0, Paint(color:Color(0xffff5252), drawLooper:true)) +3 | | | | drawCircle(Point(28.0, 28.0), 28.0, Paint(color:Color(0xffff5252), drawLooper:true)) 3 | | | | saveLayer(Rect.fromLTRB(0.0, 0.0, 56.0, 56.0), Paint(color:Color(0xff000000))) 3 | | | | clipPath(Instance of 'Path') 3 | | | | paintChild RenderImage at Point(16.0, 16.0) diff --git a/engine/src/flutter/tests/widgets/buttons-expected.txt b/engine/src/flutter/tests/widgets/buttons-expected.txt index 5cc5f809e44..31c484e0a69 100644 --- a/engine/src/flutter/tests/widgets/buttons-expected.txt +++ b/engine/src/flutter/tests/widgets/buttons-expected.txt @@ -40,7 +40,7 @@ PAINT FOR FRAME #4 ---------------------------------------------- 4 | | TestRenderCanvas() constructor: 800.0 x 600.0 4 | | paintChild RenderDecoratedBox at Point(372.0, 272.0) 4 | | | TestRenderCanvas() constructor: 800.0 x 600.0 -4 | | | drawCircle(28.0, 28.0, 28.0, Paint(color:Color(0xffff4081), drawLooper:true)) +4 | | | drawCircle(Point(28.0, 28.0), 28.0, Paint(color:Color(0xffff4081), drawLooper:true)) 4 | | | saveLayer(Rect.fromLTRB(0.0, 0.0, 56.0, 56.0), Paint(color:Color(0xff000000))) 4 | | | clipPath(Instance of 'Path') 4 | | | paintChild RenderParagraph at Point(22.0, 20.0)