| OLD | NEW |
| 1 CONSOLE: TestRenderView enabled | 1 TestRenderView enabled |
| 2 CONSOLE: | 2 |
| 3 PAINT FOR FRAME #1 ---------------------------------------------- | 3 PAINT FOR FRAME #1 ---------------------------------------------- |
| 4 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 | 4 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 |
| 5 ------------------------------------------------------------------------ | 5 ------------------------------------------------------------------------ |
| 6 CONSOLE: | 6 |
| 7 PAINT FOR FRAME #2 ---------------------------------------------- | 7 PAINT FOR FRAME #2 ---------------------------------------------- |
| 8 2 | TestPaintingCanvas() constructor: 800.0 x 600.0 | 8 2 | TestPaintingCanvas() constructor: 800.0 x 600.0 |
| 9 2 | paintChild RenderScaffold at Point(0.0, 0.0) | 9 2 | paintChild RenderScaffold at Point(0.0, 0.0) |
| 10 2 | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 10 2 | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
| 11 2 | | paintChild RenderDecoratedBox at Point(0.0, 56.0) | 11 2 | | paintChild RenderDecoratedBox at Point(0.0, 56.0) |
| 12 2 | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 12 2 | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
| 13 2 | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xfffafafa))) | 13 2 | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xfffafafa))) |
| 14 2 | | | paintChild RenderPadding at Point(0.0, 56.0) | 14 2 | | | paintChild RenderPadding at Point(0.0, 56.0) |
| 15 2 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 15 2 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
| 16 2 | | | | paintChild RenderFlex at Point(8.0, 56.0) | 16 2 | | | | paintChild RenderFlex at Point(8.0, 56.0) |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 2 | | | | | | paintChild RenderFlex at Point(8.0, 0.0) | 143 2 | | | | | | paintChild RenderFlex at Point(8.0, 0.0) |
| 144 2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 144 2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
| 145 2 | | | | | | | paintChild RenderPadding at Point(8.0, 14.0) | 145 2 | | | | | | | paintChild RenderPadding at Point(8.0, 14.0) |
| 146 2 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 146 2 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
| 147 2 | | | | | | | | paintChild RenderParagraph at Point(32.0, 14.0) | 147 2 | | | | | | | | paintChild RenderParagraph at Point(32.0, 14.0) |
| 148 2 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 148 2 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
| 149 2 | | | | | | | | | translate(32.0, 14.0) | 149 2 | | | | | | | | | translate(32.0, 14.0) |
| 150 2 | | | | | | | | | translate(-32.0, -14.0) | 150 2 | | | | | | | | | translate(-32.0, -14.0) |
| 151 ------------------------------------------------------------------------ | 151 ------------------------------------------------------------------------ |
| 152 PAINTED 2 FRAMES | 152 PAINTED 2 FRAMES |
| OLD | NEW |