mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Update test expectations after view padding change
We no longer have view padding during testing so these values change a bit. TBR=ianh@google.com Review URL: https://codereview.chromium.org/1225703003.
This commit is contained in:
parent
51b33e8436
commit
aa2e9974da
File diff suppressed because it is too large
Load Diff
@ -10,13 +10,13 @@ PAINT FOR FRAME #2 ----------------------------------------------
|
||||
2 | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | paintChild RenderScaffold at Point(0.0, 0.0)
|
||||
2 | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | paintChild RenderFlex at Point(0.0, 81.0)
|
||||
2 | | | paintChild RenderFlex at Point(0.0, 56.0)
|
||||
2 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderDecoratedBox at Point(0.0, 81.0)
|
||||
2 | | | | paintChild RenderDecoratedBox at Point(0.0, 56.0)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | drawRect(Rect.fromLTRB(0.0, 81.0, 800.0, 129.0), Paint(color:Color(0xfffafafa)))
|
||||
2 | | | | | drawRect(Rect.fromLTRB(0.0, 56.0, 800.0, 104.0), Paint(color:Color(0xfffafafa)))
|
||||
2 | | | | | save
|
||||
2 | | | | | translate(0.0, 81.0)
|
||||
2 | | | | | translate(0.0, 56.0)
|
||||
2 | | | | | concat([1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0])
|
||||
2 | | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 48.0), Paint(color:Color(0xff9c27b0)))
|
||||
2 | | | | | paintChild RenderInkWell at Point(0.0, 0.0)
|
||||
@ -39,40 +39,40 @@ PAINT FOR FRAME #2 ----------------------------------------------
|
||||
2 | | | | | | | | translate(-560.0, -14.0)
|
||||
2 | | | | | | | | restore
|
||||
2 | | | | | restore
|
||||
2 | | | | paintChild RenderDecoratedBox at Point(0.0, 129.0)
|
||||
2 | | | | paintChild RenderDecoratedBox at Point(0.0, 104.0)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | drawRect(Rect.fromLTRB(0.0, 129.0, 800.0, 600.0), Paint(color:Color(0xfffafafa)))
|
||||
2 | | | | | drawRect(Rect.fromLTRB(0.0, 104.0, 800.0, 600.0), Paint(color:Color(0xfffafafa)))
|
||||
2 | | | | | save
|
||||
2 | | | | | clipRect(Rect.fromLTRB(0.0, 129.0, 800.0, 600.0))
|
||||
2 | | | | | clipRect(Rect.fromLTRB(0.0, 104.0, 800.0, 600.0))
|
||||
2 | | | | | save
|
||||
2 | | | | | translate(0.0, 129.0)
|
||||
2 | | | | | translate(0.0, 104.0)
|
||||
2 | | | | | concat([1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0])
|
||||
2 | | | | | restore
|
||||
2 | | | | | restore
|
||||
2 | | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
|
||||
2 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(color:Color(0xff9c27b0), drawLooper:true))
|
||||
2 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 56.0), Paint(color:Color(0xff9c27b0), drawLooper:true))
|
||||
2 | | | | paintChild RenderFlex at Point(8.0, 0.0)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0)
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(8.0, 0.0)
|
||||
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderPadding at Point(8.0, 33.0)
|
||||
2 | | | | | | paintChild RenderPadding at Point(8.0, 8.0)
|
||||
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderImage at Point(16.0, 41.0)
|
||||
2 | | | | | | | paintChild RenderImage at Point(16.0, 16.0)
|
||||
2 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderPadding at Point(48.0, 39.0)
|
||||
2 | | | | | | paintChild RenderPadding at Point(48.0, 14.0)
|
||||
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderParagraph at Point(72.0, 39.0)
|
||||
2 | | | | | | | paintChild RenderParagraph at Point(72.0, 14.0)
|
||||
2 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | translate(72.0, 39.0)
|
||||
2 | | | | | | | | translate(-72.0, -39.0)
|
||||
2 | | | | | | paintChild RenderPadding at Point(712.0, 33.0)
|
||||
2 | | | | | | | | translate(72.0, 14.0)
|
||||
2 | | | | | | | | translate(-72.0, -14.0)
|
||||
2 | | | | | | paintChild RenderPadding at Point(712.0, 8.0)
|
||||
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderImage at Point(720.0, 41.0)
|
||||
2 | | | | | | | paintChild RenderImage at Point(720.0, 16.0)
|
||||
2 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderPadding at Point(752.0, 33.0)
|
||||
2 | | | | | | paintChild RenderPadding at Point(752.0, 8.0)
|
||||
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderImage at Point(760.0, 41.0)
|
||||
2 | | | | | | | paintChild RenderImage at Point(760.0, 16.0)
|
||||
2 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | paintChild RenderDecoratedBox at Point(728.0, 528.0)
|
||||
2 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
@ -90,13 +90,13 @@ PAINT FOR FRAME #3 ----------------------------------------------
|
||||
3 | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
3 | | paintChild RenderScaffold at Point(0.0, 0.0)
|
||||
3 | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | paintChild RenderFlex at Point(0.0, 81.0)
|
||||
3 | | | paintChild RenderFlex at Point(0.0, 56.0)
|
||||
3 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | paintChild RenderDecoratedBox at Point(0.0, 81.0)
|
||||
3 | | | | paintChild RenderDecoratedBox at Point(0.0, 56.0)
|
||||
3 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | drawRect(Rect.fromLTRB(0.0, 81.0, 800.0, 129.0), Paint(color:Color(0xfffafafa)))
|
||||
3 | | | | | drawRect(Rect.fromLTRB(0.0, 56.0, 800.0, 104.0), Paint(color:Color(0xfffafafa)))
|
||||
3 | | | | | save
|
||||
3 | | | | | translate(0.0, 81.0)
|
||||
3 | | | | | translate(0.0, 56.0)
|
||||
3 | | | | | concat([1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0])
|
||||
3 | | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 48.0), Paint(color:Color(0xff9c27b0)))
|
||||
3 | | | | | paintChild RenderInkWell at Point(0.0, 0.0)
|
||||
@ -119,40 +119,40 @@ PAINT FOR FRAME #3 ----------------------------------------------
|
||||
3 | | | | | | | | translate(-560.0, -14.0)
|
||||
3 | | | | | | | | restore
|
||||
3 | | | | | restore
|
||||
3 | | | | paintChild RenderDecoratedBox at Point(0.0, 129.0)
|
||||
3 | | | | paintChild RenderDecoratedBox at Point(0.0, 104.0)
|
||||
3 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | drawRect(Rect.fromLTRB(0.0, 129.0, 800.0, 600.0), Paint(color:Color(0xfffafafa)))
|
||||
3 | | | | | drawRect(Rect.fromLTRB(0.0, 104.0, 800.0, 600.0), Paint(color:Color(0xfffafafa)))
|
||||
3 | | | | | save
|
||||
3 | | | | | clipRect(Rect.fromLTRB(0.0, 129.0, 800.0, 600.0))
|
||||
3 | | | | | clipRect(Rect.fromLTRB(0.0, 104.0, 800.0, 600.0))
|
||||
3 | | | | | save
|
||||
3 | | | | | translate(0.0, 129.0)
|
||||
3 | | | | | translate(0.0, 104.0)
|
||||
3 | | | | | concat([1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0])
|
||||
3 | | | | | restore
|
||||
3 | | | | | restore
|
||||
3 | | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
|
||||
3 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(color:Color(0xff9c27b0), drawLooper:true))
|
||||
3 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 56.0), Paint(color:Color(0xff9c27b0), drawLooper:true))
|
||||
3 | | | | paintChild RenderFlex at Point(8.0, 0.0)
|
||||
3 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0)
|
||||
3 | | | | | paintChild RenderConstrainedBox at Point(8.0, 0.0)
|
||||
3 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | paintChild RenderPadding at Point(8.0, 33.0)
|
||||
3 | | | | | | paintChild RenderPadding at Point(8.0, 8.0)
|
||||
3 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | paintChild RenderImage at Point(16.0, 41.0)
|
||||
3 | | | | | | | paintChild RenderImage at Point(16.0, 16.0)
|
||||
3 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | paintChild RenderPadding at Point(48.0, 39.0)
|
||||
3 | | | | | | paintChild RenderPadding at Point(48.0, 14.0)
|
||||
3 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | paintChild RenderParagraph at Point(72.0, 39.0)
|
||||
3 | | | | | | | paintChild RenderParagraph at Point(72.0, 14.0)
|
||||
3 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | translate(72.0, 39.0)
|
||||
3 | | | | | | | | translate(-72.0, -39.0)
|
||||
3 | | | | | | paintChild RenderPadding at Point(712.0, 33.0)
|
||||
3 | | | | | | | | translate(72.0, 14.0)
|
||||
3 | | | | | | | | translate(-72.0, -14.0)
|
||||
3 | | | | | | paintChild RenderPadding at Point(712.0, 8.0)
|
||||
3 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | paintChild RenderImage at Point(720.0, 41.0)
|
||||
3 | | | | | | | paintChild RenderImage at Point(720.0, 16.0)
|
||||
3 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | paintChild RenderPadding at Point(752.0, 33.0)
|
||||
3 | | | | | | paintChild RenderPadding at Point(752.0, 8.0)
|
||||
3 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | paintChild RenderImage at Point(760.0, 41.0)
|
||||
3 | | | | | | | paintChild RenderImage at Point(760.0, 16.0)
|
||||
3 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | paintChild RenderDecoratedBox at Point(728.0, 528.0)
|
||||
3 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
|
||||
@ -8,111 +8,111 @@ PAINT FOR FRAME #2 ----------------------------------------------
|
||||
2 | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | paintChild RenderScaffold at Point(0.0, 0.0)
|
||||
2 | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | paintChild RenderDecoratedBox at Point(0.0, 81.0)
|
||||
2 | | paintChild RenderDecoratedBox at Point(0.0, 56.0)
|
||||
2 | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xfffafafa)))
|
||||
2 | | | paintChild RenderFlex at Point(8.0, 81.0)
|
||||
2 | | | paintChild RenderFlex at Point(8.0, 56.0)
|
||||
2 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 176.0)
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 163.5)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | translate(8.0, 176.0)
|
||||
2 | | | | | translate(-8.0, -176.0)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 226.0)
|
||||
2 | | | | | translate(8.0, 163.5)
|
||||
2 | | | | | translate(-8.0, -163.5)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 213.5)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 236.0)
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 223.5)
|
||||
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0x18000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 246.0)
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 233.5)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | translate(8.0, 246.0)
|
||||
2 | | | | | translate(-8.0, -246.0)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 262.0)
|
||||
2 | | | | | translate(8.0, 233.5)
|
||||
2 | | | | | translate(-8.0, -233.5)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 249.5)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 272.0)
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 259.5)
|
||||
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0x18000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 282.0)
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 269.5)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | translate(8.0, 282.0)
|
||||
2 | | | | | translate(-8.0, -282.0)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 307.0)
|
||||
2 | | | | | translate(8.0, 269.5)
|
||||
2 | | | | | translate(-8.0, -269.5)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 294.5)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 317.0)
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 304.5)
|
||||
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0x18000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 327.0)
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 314.5)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | translate(8.0, 327.0)
|
||||
2 | | | | | translate(-8.0, -327.0)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 343.0)
|
||||
2 | | | | | translate(8.0, 314.5)
|
||||
2 | | | | | translate(-8.0, -314.5)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 330.5)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 353.0)
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 340.5)
|
||||
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0x18000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 363.0)
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 350.5)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | translate(8.0, 363.0)
|
||||
2 | | | | | translate(-8.0, -363.0)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 388.0)
|
||||
2 | | | | | translate(8.0, 350.5)
|
||||
2 | | | | | translate(-8.0, -350.5)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 375.5)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 398.0)
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 385.5)
|
||||
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0x18000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 408.0)
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 395.5)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | translate(8.0, 408.0)
|
||||
2 | | | | | translate(-8.0, -408.0)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 424.0)
|
||||
2 | | | | | translate(8.0, 395.5)
|
||||
2 | | | | | translate(-8.0, -395.5)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 411.5)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 434.0)
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 421.5)
|
||||
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0x18000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 444.0)
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 431.5)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | translate(8.0, 444.0)
|
||||
2 | | | | | translate(-8.0, -444.0)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 469.0)
|
||||
2 | | | | | translate(8.0, 431.5)
|
||||
2 | | | | | translate(-8.0, -431.5)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 456.5)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 479.0)
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 466.5)
|
||||
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0x18000000)))
|
||||
2 | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 489.0)
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 476.5)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | translate(8.0, 489.0)
|
||||
2 | | | | | translate(-8.0, -489.0)
|
||||
2 | | | | | translate(8.0, 476.5)
|
||||
2 | | | | | translate(-8.0, -476.5)
|
||||
2 | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
|
||||
2 | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(color:Color(0xff2196f3), drawLooper:true))
|
||||
2 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 56.0), Paint(color:Color(0xff2196f3), drawLooper:true))
|
||||
2 | | | paintChild RenderFlex at Point(8.0, 0.0)
|
||||
2 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0)
|
||||
2 | | | | paintChild RenderConstrainedBox at Point(8.0, 0.0)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderPadding at Point(8.0, 39.0)
|
||||
2 | | | | | paintChild RenderPadding at Point(8.0, 14.0)
|
||||
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderParagraph at Point(32.0, 39.0)
|
||||
2 | | | | | | paintChild RenderParagraph at Point(32.0, 14.0)
|
||||
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | translate(32.0, 39.0)
|
||||
2 | | | | | | | translate(-32.0, -39.0)
|
||||
2 | | | | | | | translate(32.0, 14.0)
|
||||
2 | | | | | | | translate(-32.0, -14.0)
|
||||
------------------------------------------------------------------------
|
||||
PAINTED 2 FRAMES
|
||||
|
||||
@ -8,13 +8,13 @@ PAINT FOR FRAME #2 ----------------------------------------------
|
||||
2 | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | paintChild RenderScaffold at Point(0.0, 0.0)
|
||||
2 | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | paintChild RenderFlex at Point(0.0, 81.0)
|
||||
2 | | paintChild RenderFlex at Point(0.0, 56.0)
|
||||
2 | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | paintChild RenderDecoratedBox at Point(0.0, 81.0)
|
||||
2 | | | paintChild RenderDecoratedBox at Point(0.0, 56.0)
|
||||
2 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | drawRect(Rect.fromLTRB(0.0, 81.0, 800.0, 129.0), Paint(color:Color(0xfffafafa)))
|
||||
2 | | | | drawRect(Rect.fromLTRB(0.0, 56.0, 800.0, 104.0), Paint(color:Color(0xfffafafa)))
|
||||
2 | | | | save
|
||||
2 | | | | translate(0.0, 81.0)
|
||||
2 | | | | translate(0.0, 56.0)
|
||||
2 | | | | concat([1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0])
|
||||
2 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 48.0), Paint(color:Color(0xff2196f3)))
|
||||
2 | | | | paintChild RenderInkWell at Point(0.0, 0.0)
|
||||
@ -57,23 +57,23 @@ PAINT FOR FRAME #2 ----------------------------------------------
|
||||
2 | | | | | | | translate(-672.0, -14.0)
|
||||
2 | | | | | | | restore
|
||||
2 | | | | restore
|
||||
2 | | | paintChild RenderDecoratedBox at Point(0.0, 129.0)
|
||||
2 | | | paintChild RenderDecoratedBox at Point(0.0, 104.0)
|
||||
2 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | drawRect(Rect.fromLTRB(0.0, 129.0, 800.0, 600.0), Paint(color:Color(0xffe3f2fd)))
|
||||
2 | | | | paintChild RenderPadding at Point(12.0, 141.0)
|
||||
2 | | | | drawRect(Rect.fromLTRB(0.0, 104.0, 800.0, 600.0), Paint(color:Color(0xffe3f2fd)))
|
||||
2 | | | | paintChild RenderPadding at Point(12.0, 116.0)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderDecoratedBox at Point(16.0, 145.0)
|
||||
2 | | | | | paintChild RenderDecoratedBox at Point(16.0, 120.0)
|
||||
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffffffff), drawLooper:true))
|
||||
2 | | | | | | saveLayer(Rect.fromLTRB(16.0, 145.0, 784.0, 584.0), Paint(color:Color(0xff000000)))
|
||||
2 | | | | | | saveLayer(Rect.fromLTRB(16.0, 120.0, 784.0, 584.0), Paint(color:Color(0xff000000)))
|
||||
2 | | | | | | clipRRect()
|
||||
2 | | | | | | paintChild RenderFlex at Point(24.0, 153.0)
|
||||
2 | | | | | | paintChild RenderFlex at Point(24.0, 128.0)
|
||||
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderDecoratedBox at Point(24.0, 153.0)
|
||||
2 | | | | | | | paintChild RenderDecoratedBox at Point(24.0, 128.0)
|
||||
2 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | drawRect(Rect.fromLTRB(24.0, 153.0, 776.0, 201.0), Paint(color:Color(0xfffafafa)))
|
||||
2 | | | | | | | | drawRect(Rect.fromLTRB(24.0, 128.0, 776.0, 176.0), Paint(color:Color(0xfffafafa)))
|
||||
2 | | | | | | | | save
|
||||
2 | | | | | | | | translate(24.0, 153.0)
|
||||
2 | | | | | | | | translate(24.0, 128.0)
|
||||
2 | | | | | | | | concat([1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0])
|
||||
2 | | | | | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 752.0, 48.0), Paint(color:Color(0xff2196f3)))
|
||||
2 | | | | | | | | paintChild RenderInkWell at Point(0.0, 0.0)
|
||||
@ -116,25 +116,25 @@ PAINT FOR FRAME #2 ----------------------------------------------
|
||||
2 | | | | | | | | | | | translate(-638.0, -14.0)
|
||||
2 | | | | | | | | | | | restore
|
||||
2 | | | | | | | | restore
|
||||
2 | | | | | | | paintChild RenderPositionedBox at Point(343.0, 201.0)
|
||||
2 | | | | | | | paintChild RenderPositionedBox at Point(343.0, 176.0)
|
||||
2 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | paintChild RenderParagraph at Point(343.0, 354.5)
|
||||
2 | | | | | | | | paintChild RenderParagraph at Point(343.0, 342.0)
|
||||
2 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | translate(343.0, 354.5)
|
||||
2 | | | | | | | | | translate(-343.0, -354.5)
|
||||
2 | | | | | | | | | translate(343.0, 342.0)
|
||||
2 | | | | | | | | | translate(-343.0, -342.0)
|
||||
2 | | | | | | restore
|
||||
2 | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
|
||||
2 | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(color:Color(0xff2196f3), drawLooper:true))
|
||||
2 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 56.0), Paint(color:Color(0xff2196f3), drawLooper:true))
|
||||
2 | | | paintChild RenderFlex at Point(8.0, 0.0)
|
||||
2 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0)
|
||||
2 | | | | paintChild RenderConstrainedBox at Point(8.0, 0.0)
|
||||
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderPadding at Point(8.0, 39.0)
|
||||
2 | | | | | paintChild RenderPadding at Point(8.0, 14.0)
|
||||
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderParagraph at Point(32.0, 39.0)
|
||||
2 | | | | | | paintChild RenderParagraph at Point(32.0, 14.0)
|
||||
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | translate(32.0, 39.0)
|
||||
2 | | | | | | | translate(-32.0, -39.0)
|
||||
2 | | | | | | | translate(32.0, 14.0)
|
||||
2 | | | | | | | translate(-32.0, -14.0)
|
||||
------------------------------------------------------------------------
|
||||
PAINTED 2 FRAMES
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user