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 | TestPaintingCanvas() constructor: 800.0 x 600.0 | 4 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 |
5 ------------------------------------------------------------------------ | 5 ------------------------------------------------------------------------ |
6 CONSOLE: | 6 CONSOLE: |
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 |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 101 2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
102 2 | | | | | translate(8.0, 489.0) | 102 2 | | | | | translate(8.0, 489.0) |
103 2 | | | | | translate(-8.0, -489.0) | 103 2 | | | | | translate(-8.0, -489.0) |
104 2 | | paintChild RenderDecoratedBox at Point(0.0, 0.0) | 104 2 | | paintChild RenderDecoratedBox at Point(0.0, 0.0) |
105 2 | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 105 2 | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
106 2 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(color:Color(0xff2
196f3), drawLooper:true)) | 106 2 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(color:Color(0xff2
196f3), drawLooper:true)) |
107 2 | | | paintChild RenderFlex at Point(8.0, 0.0) | 107 2 | | | paintChild RenderFlex at Point(8.0, 0.0) |
108 2 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 108 2 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
109 2 | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0) | 109 2 | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0) |
110 2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 110 2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
111 2 | | | | | paintChild RenderPadding at Point(8.0, 41.0) | 111 2 | | | | | paintChild RenderPadding at Point(8.0, 39.0) |
112 2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 112 2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
113 2 | | | | | | paintChild RenderParagraph at Point(32.0, 41.0) | 113 2 | | | | | | paintChild RenderParagraph at Point(32.0, 39.0) |
114 2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 114 2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
115 2 | | | | | | | translate(32.0, 41.0) | 115 2 | | | | | | | translate(32.0, 39.0) |
116 2 | | | | | | | translate(-32.0, -41.0) | 116 2 | | | | | | | translate(-32.0, -39.0) |
117 ------------------------------------------------------------------------ | 117 ------------------------------------------------------------------------ |
118 PAINTED 2 FRAMES | 118 PAINTED 2 FRAMES |
OLD | NEW |