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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 3 | | | | | | | | | | translate(370.0, 290.0) | 52 3 | | | | | | | | | | translate(370.0, 290.0) |
53 3 | | | | | | | | | | translate(-370.0, -290.0) | 53 3 | | | | | | | | | | translate(-370.0, -290.0) |
54 ------------------------------------------------------------------------ | 54 ------------------------------------------------------------------------ |
55 CONSOLE: | 55 CONSOLE: |
56 PAINT FOR FRAME #4 ---------------------------------------------- | 56 PAINT FOR FRAME #4 ---------------------------------------------- |
57 4 | TestPaintingCanvas() constructor: 800.0 x 600.0 | 57 4 | TestPaintingCanvas() constructor: 800.0 x 600.0 |
58 4 | paintChild RenderPositionedBox at Point(0.0, 0.0) | 58 4 | paintChild RenderPositionedBox at Point(0.0, 0.0) |
59 4 | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 59 4 | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
60 4 | | paintChild RenderDecoratedBox at Point(372.0, 272.0) | 60 4 | | paintChild RenderDecoratedBox at Point(372.0, 272.0) |
61 4 | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 61 4 | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
62 4 | | | drawCircle(Point(400.0, 300.0), 28.0, Paint(color:Color(0xffff4081), d
rawLooper:true)) | 62 4 | | | drawCircle(Point(400.0, 300.0), 28.0, Paint(color:Color(0xff2196f3), d
rawLooper:true)) |
63 4 | | | paintChild RenderClipOval at Point(372.0, 272.0) | 63 4 | | | paintChild RenderClipOval at Point(372.0, 272.0) |
64 4 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 64 4 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
65 4 | | | | saveLayer(Rect.fromLTRB(372.0, 272.0, 428.0, 328.0), Paint(color:Co
lor(0xff000000))) | 65 4 | | | | saveLayer(Rect.fromLTRB(372.0, 272.0, 428.0, 328.0), Paint(color:Co
lor(0xff000000))) |
66 4 | | | | clipPath(Instance of 'Path') | 66 4 | | | | clipPath(Instance of 'Path') |
67 4 | | | | paintChild RenderConstrainedBox at Point(372.0, 272.0) | 67 4 | | | | paintChild RenderConstrainedBox at Point(372.0, 272.0) |
68 4 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 68 4 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
69 4 | | | | | paintChild RenderInkWell at Point(372.0, 272.0) | 69 4 | | | | | paintChild RenderInkWell at Point(372.0, 272.0) |
70 4 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 70 4 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
71 4 | | | | | | paintChild RenderPositionedBox at Point(372.0, 272.0) | 71 4 | | | | | | paintChild RenderPositionedBox at Point(372.0, 272.0) |
72 4 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 72 4 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
73 4 | | | | | | | paintChild RenderParagraph at Point(394.0, 290.0) | 73 4 | | | | | | | paintChild RenderParagraph at Point(394.0, 290.0) |
74 4 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 74 4 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
75 4 | | | | | | | | translate(394.0, 290.0) | 75 4 | | | | | | | | translate(394.0, 290.0) |
76 4 | | | | | | | | translate(-394.0, -290.0) | 76 4 | | | | | | | | translate(-394.0, -290.0) |
77 4 | | | | restore | 77 4 | | | | restore |
78 ------------------------------------------------------------------------ | 78 ------------------------------------------------------------------------ |
79 PAINTED 4 FRAMES | 79 PAINTED 4 FRAMES |
OLD | NEW |