OLD | NEW |
(Empty) | |
| 1 CONSOLE: TestRenderView enabled |
| 2 CONSOLE: |
| 3 PAINT FOR FRAME #1 ---------------------------------------------- |
| 4 1 | TestDisplayList() constructor: 800.0 x 600.0 |
| 5 ------------------------------------------------------------------------ |
| 6 CONSOLE: |
| 7 PAINT FOR FRAME #2 ---------------------------------------------- |
| 8 2 | TestDisplayList() constructor: 800.0 x 600.0 |
| 9 2 | paintChild RenderPositionedBox at Point(0.0, 0.0) |
| 10 2 | | TestDisplayList() constructor: 800.0 x 600.0 |
| 11 2 | | paintChild RenderPadding at Point(348.0, 274.0) |
| 12 2 | | | TestDisplayList() constructor: 800.0 x 600.0 |
| 13 2 | | | paintChild RenderConstrainedBox at Point(8.0, 8.0) |
| 14 2 | | | | TestDisplayList() constructor: 800.0 x 600.0 |
| 15 2 | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0))) |
| 16 2 | | | | paintChild RenderPositionedBox at Point(8.0, 0.0) |
| 17 2 | | | | | TestDisplayList() constructor: 800.0 x 600.0 |
| 18 2 | | | | | paintChild RenderParagraph at Point(6.0, 10.0) |
| 19 2 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 |
| 20 ------------------------------------------------------------------------ |
| 21 CONSOLE: |
| 22 PAINT FOR FRAME #3 ---------------------------------------------- |
| 23 3 | TestDisplayList() constructor: 800.0 x 600.0 |
| 24 3 | paintChild RenderPositionedBox at Point(0.0, 0.0) |
| 25 3 | | TestDisplayList() constructor: 800.0 x 600.0 |
| 26 3 | | paintChild RenderPadding at Point(348.0, 274.0) |
| 27 3 | | | TestDisplayList() constructor: 800.0 x 600.0 |
| 28 3 | | | paintChild RenderConstrainedBox at Point(8.0, 8.0) |
| 29 3 | | | | TestDisplayList() constructor: 800.0 x 600.0 |
| 30 3 | | | | drawRRect(Instance of 'RRect', Paint(Color(0xfffafafa))) |
| 31 3 | | | | paintChild RenderPositionedBox at Point(8.0, 0.0) |
| 32 3 | | | | | TestDisplayList() constructor: 800.0 x 600.0 |
| 33 3 | | | | | paintChild RenderParagraph at Point(6.0, 10.0) |
| 34 3 | | | | | | TestDisplayList() constructor: 800.0 x 600.0 |
| 35 ------------------------------------------------------------------------ |
| 36 CONSOLE: |
| 37 PAINT FOR FRAME #4 ---------------------------------------------- |
| 38 4 | TestDisplayList() constructor: 800.0 x 600.0 |
| 39 4 | paintChild RenderPositionedBox at Point(0.0, 0.0) |
| 40 4 | | TestDisplayList() constructor: 800.0 x 600.0 |
| 41 4 | | paintChild RenderDecoratedBox at Point(372.0, 272.0) |
| 42 4 | | | TestDisplayList() constructor: 800.0 x 600.0 |
| 43 4 | | | drawCircle(28.0, 28.0, 28.0, Paint(Color(0xfff44336))) |
| 44 4 | | | saveLayer(Rect.fromLTRB(0.0, 0.0, 56.0, 56.0), Paint(Color(0xff000000)
)) |
| 45 4 | | | clipPath(Instance of 'Path') |
| 46 4 | | | paintChild RenderParagraph at Point(22.0, 20.0) |
| 47 4 | | | | TestDisplayList() constructor: 800.0 x 600.0 |
| 48 4 | | | restore |
| 49 ------------------------------------------------------------------------ |
| 50 PAINTED 4 FRAMES |
OLD | NEW |