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 RenderPositionedBox at Point(0.0, 0.0) | 9 2 | paintChild RenderPositionedBox 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 11 matching lines...) Expand all Loading... |
22 ------------------------------------------------------------------------ | 22 ------------------------------------------------------------------------ |
23 CONSOLE: | 23 CONSOLE: |
24 PAINT FOR FRAME #3 ---------------------------------------------- | 24 PAINT FOR FRAME #3 ---------------------------------------------- |
25 3 | TestPaintingCanvas() constructor: 800.0 x 600.0 | 25 3 | TestPaintingCanvas() constructor: 800.0 x 600.0 |
26 3 | paintChild RenderPositionedBox at Point(0.0, 0.0) | 26 3 | paintChild RenderPositionedBox at Point(0.0, 0.0) |
27 3 | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 27 3 | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
28 3 | | paintChild RenderPadding at Point(348.0, 274.0) | 28 3 | | paintChild RenderPadding at Point(348.0, 274.0) |
29 3 | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 29 3 | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
30 3 | | | paintChild RenderConstrainedBox at Point(356.0, 282.0) | 30 3 | | | paintChild RenderConstrainedBox at Point(356.0, 282.0) |
31 3 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 31 3 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
32 3 | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0x00000000))) | |
33 3 | | | | paintChild RenderPositionedBox at Point(364.0, 282.0) | 32 3 | | | | paintChild RenderPositionedBox at Point(364.0, 282.0) |
34 3 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 33 3 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
35 3 | | | | | paintChild RenderParagraph at Point(370.0, 290.0) | 34 3 | | | | | paintChild RenderParagraph at Point(370.0, 290.0) |
36 3 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 35 3 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
37 3 | | | | | | translate(370.0, 290.0) | 36 3 | | | | | | translate(370.0, 290.0) |
38 3 | | | | | | translate(-370.0, -290.0) | 37 3 | | | | | | translate(-370.0, -290.0) |
39 ------------------------------------------------------------------------ | 38 ------------------------------------------------------------------------ |
40 CONSOLE: | 39 CONSOLE: |
41 PAINT FOR FRAME #4 ---------------------------------------------- | 40 PAINT FOR FRAME #4 ---------------------------------------------- |
42 4 | TestPaintingCanvas() constructor: 800.0 x 600.0 | 41 4 | TestPaintingCanvas() constructor: 800.0 x 600.0 |
43 4 | paintChild RenderPositionedBox at Point(0.0, 0.0) | 42 4 | paintChild RenderPositionedBox at Point(0.0, 0.0) |
44 4 | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 43 4 | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
45 4 | | paintChild RenderDecoratedBox at Point(372.0, 272.0) | 44 4 | | paintChild RenderDecoratedBox at Point(372.0, 272.0) |
46 4 | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 45 4 | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
47 4 | | | drawCircle(Point(400.0, 300.0), 28.0, Paint(color:Color(0xffff4081), d
rawLooper:true)) | 46 4 | | | drawCircle(Point(400.0, 300.0), 28.0, Paint(color:Color(0xffff4081), d
rawLooper:true)) |
48 4 | | | saveLayer(Rect.fromLTRB(372.0, 272.0, 428.0, 328.0), Paint(color:Color
(0xff000000))) | 47 4 | | | saveLayer(Rect.fromLTRB(372.0, 272.0, 428.0, 328.0), Paint(color:Color
(0xff000000))) |
49 4 | | | clipPath(Instance of 'Path') | 48 4 | | | clipPath(Instance of 'Path') |
50 4 | | | paintChild RenderParagraph at Point(394.0, 290.0) | 49 4 | | | paintChild RenderParagraph at Point(394.0, 290.0) |
51 4 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 50 4 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
52 4 | | | | translate(394.0, 290.0) | 51 4 | | | | translate(394.0, 290.0) |
53 4 | | | | translate(-394.0, -290.0) | 52 4 | | | | translate(-394.0, -290.0) |
54 4 | | | restore | 53 4 | | | restore |
55 ------------------------------------------------------------------------ | 54 ------------------------------------------------------------------------ |
56 PAINTED 4 FRAMES | 55 PAINTED 4 FRAMES |
OLD | NEW |