| OLD | NEW |
| 1 CONSOLE: TestRenderView enabled | 1 CONSOLE: TestRenderView enabled |
| 2 CONSOLE: | 2 CONSOLE: |
| 3 PAINT FOR FRAME #1 ---------------------------------------------- | 3 PAINT FOR FRAME #1 ---------------------------------------------- |
| 4 1 | TestRenderCanvas() constructor: 800.0 x 600.0 | 4 1 | TestRenderCanvas() constructor: 800.0 x 600.0 |
| 5 ------------------------------------------------------------------------ | 5 ------------------------------------------------------------------------ |
| 6 CONSOLE: | 6 CONSOLE: |
| 7 PAINT FOR FRAME #2 ---------------------------------------------- | 7 PAINT FOR FRAME #2 ---------------------------------------------- |
| 8 2 | TestRenderCanvas() constructor: 800.0 x 600.0 | 8 2 | TestRenderCanvas() constructor: 800.0 x 600.0 |
| 9 2 | paintChild RenderPositionedBox at Point(0.0, 0.0) | 9 2 | paintChild RenderPositionedBox at Point(0.0, 0.0) |
| 10 2 | | TestRenderCanvas() constructor: 800.0 x 600.0 | 10 2 | | TestRenderCanvas() constructor: 800.0 x 600.0 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 3 | | | | | paintChild RenderParagraph at Point(6.0, 10.0) | 33 3 | | | | | paintChild RenderParagraph at Point(6.0, 10.0) |
| 34 3 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0 | 34 3 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0 |
| 35 ------------------------------------------------------------------------ | 35 ------------------------------------------------------------------------ |
| 36 CONSOLE: | 36 CONSOLE: |
| 37 PAINT FOR FRAME #4 ---------------------------------------------- | 37 PAINT FOR FRAME #4 ---------------------------------------------- |
| 38 4 | TestRenderCanvas() constructor: 800.0 x 600.0 | 38 4 | TestRenderCanvas() constructor: 800.0 x 600.0 |
| 39 4 | paintChild RenderPositionedBox at Point(0.0, 0.0) | 39 4 | paintChild RenderPositionedBox at Point(0.0, 0.0) |
| 40 4 | | TestRenderCanvas() constructor: 800.0 x 600.0 | 40 4 | | TestRenderCanvas() constructor: 800.0 x 600.0 |
| 41 4 | | paintChild RenderDecoratedBox at Point(372.0, 272.0) | 41 4 | | paintChild RenderDecoratedBox at Point(372.0, 272.0) |
| 42 4 | | | TestRenderCanvas() constructor: 800.0 x 600.0 | 42 4 | | | TestRenderCanvas() constructor: 800.0 x 600.0 |
| 43 4 | | | drawCircle(28.0, 28.0, 28.0, Paint(color:Color(0xffff4081), drawLooper
:true)) | 43 4 | | | drawCircle(Point(28.0, 28.0), 28.0, Paint(color:Color(0xffff4081), dra
wLooper:true)) |
| 44 4 | | | saveLayer(Rect.fromLTRB(0.0, 0.0, 56.0, 56.0), Paint(color:Color(0xff0
00000))) | 44 4 | | | saveLayer(Rect.fromLTRB(0.0, 0.0, 56.0, 56.0), Paint(color:Color(0xff0
00000))) |
| 45 4 | | | clipPath(Instance of 'Path') | 45 4 | | | clipPath(Instance of 'Path') |
| 46 4 | | | paintChild RenderParagraph at Point(22.0, 20.0) | 46 4 | | | paintChild RenderParagraph at Point(22.0, 20.0) |
| 47 4 | | | | TestRenderCanvas() constructor: 800.0 x 600.0 | 47 4 | | | | TestRenderCanvas() constructor: 800.0 x 600.0 |
| 48 4 | | | restore | 48 4 | | | restore |
| 49 ------------------------------------------------------------------------ | 49 ------------------------------------------------------------------------ |
| 50 PAINTED 4 FRAMES | 50 PAINTED 4 FRAMES |
| OLD | NEW |