mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Instead of applying a transform for every RenderObject, pass down an Offset for where to paint.
This should be a perf win, but I haven't tested it. Also adds an operator overloading such that Offset + Size -> Rect. Also adds Rect.fromLTWH(). R=abarth@chromium.org Review URL: https://codereview.chromium.org/1209413004.
This commit is contained in:
parent
1f8c99e1a2
commit
9d03a49200
@ -10,90 +10,96 @@ PAINT FOR FRAME #2 ----------------------------------------------
|
||||
2 | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | paintChild RenderDecoratedBox at Point(0.0, 81.0)
|
||||
2 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(color:Color(0xfffafafa)))
|
||||
2 | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
2 | | | drawRect(Rect.fromLTRB(0.0, 81.0, 800.0, 600.0), Paint(color:Color(0xfffafafa)))
|
||||
2 | | | paintChild RenderPadding at Point(0.0, 81.0)
|
||||
2 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderFlex at Point(8.0, 25.0)
|
||||
2 | | | | paintChild RenderFlex at Point(8.0, 106.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderPadding at Point(103.25, 0.0)
|
||||
2 | | | | | paintChild RenderPadding at Point(111.25, 106.0)
|
||||
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
2 | | | | | | paintChild RenderConstrainedBox at Point(119.25, 114.0)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
2 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
2 | | | | | | | paintChild RenderPositionedBox at Point(127.25, 114.0)
|
||||
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0)
|
||||
2 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(127.25, 114.0)
|
||||
2 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
2 | | | | | | | | | paintChild RenderPadding at Point(127.25, 114.0)
|
||||
2 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
2 | | | | | | | | | | paintChild RenderPadding at Point(127.25, 114.0)
|
||||
2 | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0)
|
||||
2 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(131.25, 118.0)
|
||||
2 | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0)
|
||||
2 | | | | | | | | | | | | paintChild RenderSectorRing at Point(210.875, 191.0)
|
||||
2 | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
2 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
2 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
2 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
2 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
2 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
2 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
2 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
2 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff00dd00)))
|
||||
2 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0)
|
||||
2 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 124.0)
|
||||
2 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderPadding at Point(480.75, 0.0)
|
||||
2 | | | | | | | | | | translate(173.25, 124.0)
|
||||
2 | | | | | | | | | | translate(-173.25, -124.0)
|
||||
2 | | | | | paintChild RenderPadding at Point(488.75, 106.0)
|
||||
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
2 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffd6d6d6)))
|
||||
2 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
2 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
|
||||
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0)
|
||||
2 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0)
|
||||
2 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
2 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
|
||||
2 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
2 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
|
||||
2 | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0)
|
||||
2 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(508.75, 118.0)
|
||||
2 | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0)
|
||||
2 | | | | | | | | | | | | paintChild RenderSectorRing at Point(777.125, 191.0)
|
||||
2 | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
2 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
2 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
2 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
2 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
2 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
2 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
2 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
2 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xffdd0000)))
|
||||
2 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0)
|
||||
2 | | | | | | | | | paintChild RenderParagraph at Point(550.75, 124.0)
|
||||
2 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | paintChild RenderPadding at Point(191.5, 102.0)
|
||||
2 | | | | | | | | | | translate(550.75, 124.0)
|
||||
2 | | | | | | | | | | translate(-550.75, -124.0)
|
||||
2 | | | paintChild RenderPadding at Point(191.5, 183.0)
|
||||
2 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderDecoratedBox at Point(8.0, 8.0)
|
||||
2 | | | | paintChild RenderDecoratedBox at Point(199.5, 191.0)
|
||||
2 | | | | | TestRenderCanvas() 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(0xff000000)))
|
||||
2 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
2 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(8.0, 8.0)
|
||||
2 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(207.5, 199.0)
|
||||
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderSectorRing at Point(192.5, 192.5)
|
||||
2 | | | | | | paintChild RenderSectorRing at Point(503.75, 491.0)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
|
||||
2 | | | TestRenderCanvas() 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 | | | paintChild RenderFlex at Point(8.0, 0.0)
|
||||
2 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0)
|
||||
2 | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderPadding at Point(0.0, 16.0)
|
||||
2 | | | | | paintChild RenderPadding at Point(8.0, 41.0)
|
||||
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderParagraph at Point(24.0, 0.0)
|
||||
2 | | | | | | paintChild RenderParagraph at Point(32.0, 41.0)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | translate(32.0, 41.0)
|
||||
2 | | | | | | | translate(-32.0, -41.0)
|
||||
------------------------------------------------------------------------
|
||||
CONSOLE:
|
||||
PAINT FOR FRAME #3 ----------------------------------------------
|
||||
@ -102,80 +108,84 @@ PAINT FOR FRAME #3 ----------------------------------------------
|
||||
3 | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | paintChild RenderDecoratedBox at Point(0.0, 81.0)
|
||||
3 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(color:Color(0xfffafafa)))
|
||||
3 | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
3 | | | drawRect(Rect.fromLTRB(0.0, 81.0, 800.0, 600.0), Paint(color:Color(0xfffafafa)))
|
||||
3 | | | paintChild RenderPadding at Point(0.0, 81.0)
|
||||
3 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | paintChild RenderFlex at Point(8.0, 25.0)
|
||||
3 | | | | paintChild RenderFlex at Point(8.0, 106.0)
|
||||
3 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | paintChild RenderPadding at Point(103.25, 0.0)
|
||||
3 | | | | | paintChild RenderPadding at Point(111.25, 106.0)
|
||||
3 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
3 | | | | | | paintChild RenderConstrainedBox at Point(119.25, 114.0)
|
||||
3 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
3 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
3 | | | | | | | paintChild RenderPositionedBox at Point(127.25, 114.0)
|
||||
3 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0)
|
||||
3 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(127.25, 114.0)
|
||||
3 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
3 | | | | | | | | | paintChild RenderPadding at Point(127.25, 114.0)
|
||||
3 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
3 | | | | | | | | | | paintChild RenderPadding at Point(127.25, 114.0)
|
||||
3 | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0)
|
||||
3 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(131.25, 118.0)
|
||||
3 | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0)
|
||||
3 | | | | | | | | | | | | paintChild RenderSectorRing at Point(210.875, 191.0)
|
||||
3 | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
3 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
3 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
3 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
3 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
3 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
3 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
3 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
3 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff00dd00)))
|
||||
3 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0)
|
||||
3 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 124.0)
|
||||
3 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | paintChild RenderPadding at Point(480.75, 0.0)
|
||||
3 | | | | | | | | | | translate(173.25, 124.0)
|
||||
3 | | | | | | | | | | translate(-173.25, -124.0)
|
||||
3 | | | | | paintChild RenderPadding at Point(488.75, 106.0)
|
||||
3 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
3 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
|
||||
3 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
3 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
3 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
|
||||
3 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0)
|
||||
3 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0)
|
||||
3 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
3 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
|
||||
3 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
3 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
|
||||
3 | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0)
|
||||
3 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(508.75, 118.0)
|
||||
3 | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0)
|
||||
3 | | | | | | | | | | | | paintChild RenderSectorRing at Point(777.125, 191.0)
|
||||
3 | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
3 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
3 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
3 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
3 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
3 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
3 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
3 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
3 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xffdd0000)))
|
||||
3 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0)
|
||||
3 | | | | | | | | | paintChild RenderParagraph at Point(550.75, 124.0)
|
||||
3 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | paintChild RenderPadding at Point(191.5, 102.0)
|
||||
3 | | | | | | | | | | translate(550.75, 124.0)
|
||||
3 | | | | | | | | | | translate(-550.75, -124.0)
|
||||
3 | | | paintChild RenderPadding at Point(191.5, 183.0)
|
||||
3 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | paintChild RenderDecoratedBox at Point(8.0, 8.0)
|
||||
3 | | | | paintChild RenderDecoratedBox at Point(199.5, 191.0)
|
||||
3 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
3 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
3 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
3 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
3 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(8.0, 8.0)
|
||||
3 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(207.5, 199.0)
|
||||
3 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | paintChild RenderSectorRing at Point(192.5, 192.5)
|
||||
3 | | | | | | paintChild RenderSectorRing at Point(503.75, 491.0)
|
||||
3 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
3 | | | | | | | paintChild RenderSolidColor at Point(503.75, 491.0)
|
||||
3 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff85c594)))
|
||||
3 | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
|
||||
@ -183,12 +193,14 @@ PAINT FOR FRAME #3 ----------------------------------------------
|
||||
3 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(color:Color(0xff2196f3), drawLooper:true))
|
||||
3 | | | paintChild RenderFlex at Point(8.0, 0.0)
|
||||
3 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0)
|
||||
3 | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0)
|
||||
3 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | paintChild RenderPadding at Point(0.0, 16.0)
|
||||
3 | | | | | paintChild RenderPadding at Point(8.0, 41.0)
|
||||
3 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | paintChild RenderParagraph at Point(24.0, 0.0)
|
||||
3 | | | | | | paintChild RenderParagraph at Point(32.0, 41.0)
|
||||
3 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | translate(32.0, 41.0)
|
||||
3 | | | | | | | translate(-32.0, -41.0)
|
||||
------------------------------------------------------------------------
|
||||
CONSOLE:
|
||||
PAINT FOR FRAME #4 ----------------------------------------------
|
||||
@ -197,83 +209,87 @@ PAINT FOR FRAME #4 ----------------------------------------------
|
||||
4 | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | paintChild RenderDecoratedBox at Point(0.0, 81.0)
|
||||
4 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(color:Color(0xfffafafa)))
|
||||
4 | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
4 | | | drawRect(Rect.fromLTRB(0.0, 81.0, 800.0, 600.0), Paint(color:Color(0xfffafafa)))
|
||||
4 | | | paintChild RenderPadding at Point(0.0, 81.0)
|
||||
4 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | paintChild RenderFlex at Point(8.0, 25.0)
|
||||
4 | | | | paintChild RenderFlex at Point(8.0, 106.0)
|
||||
4 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | paintChild RenderPadding at Point(103.25, 0.0)
|
||||
4 | | | | | paintChild RenderPadding at Point(111.25, 106.0)
|
||||
4 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
4 | | | | | | paintChild RenderConstrainedBox at Point(119.25, 114.0)
|
||||
4 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
4 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
4 | | | | | | | paintChild RenderPositionedBox at Point(127.25, 114.0)
|
||||
4 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0)
|
||||
4 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(127.25, 114.0)
|
||||
4 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
4 | | | | | | | | | paintChild RenderPadding at Point(127.25, 114.0)
|
||||
4 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
4 | | | | | | | | | | paintChild RenderPadding at Point(127.25, 114.0)
|
||||
4 | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0)
|
||||
4 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(131.25, 118.0)
|
||||
4 | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0)
|
||||
4 | | | | | | | | | | | | paintChild RenderSectorRing at Point(210.875, 191.0)
|
||||
4 | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
4 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
4 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
4 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
4 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
4 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
4 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
4 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
4 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff00dd00)))
|
||||
4 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0)
|
||||
4 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 124.0)
|
||||
4 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | paintChild RenderPadding at Point(480.75, 0.0)
|
||||
4 | | | | | | | | | | translate(173.25, 124.0)
|
||||
4 | | | | | | | | | | translate(-173.25, -124.0)
|
||||
4 | | | | | paintChild RenderPadding at Point(488.75, 106.0)
|
||||
4 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
4 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
|
||||
4 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
4 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
4 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
|
||||
4 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0)
|
||||
4 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0)
|
||||
4 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
4 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
|
||||
4 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
4 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
|
||||
4 | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0)
|
||||
4 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(508.75, 118.0)
|
||||
4 | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0)
|
||||
4 | | | | | | | | | | | | paintChild RenderSectorRing at Point(777.125, 191.0)
|
||||
4 | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
4 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
4 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
4 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
4 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
4 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
4 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
4 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
4 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xffdd0000)))
|
||||
4 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0)
|
||||
4 | | | | | | | | | paintChild RenderParagraph at Point(550.75, 124.0)
|
||||
4 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | paintChild RenderPadding at Point(191.5, 102.0)
|
||||
4 | | | | | | | | | | translate(550.75, 124.0)
|
||||
4 | | | | | | | | | | translate(-550.75, -124.0)
|
||||
4 | | | paintChild RenderPadding at Point(191.5, 183.0)
|
||||
4 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | paintChild RenderDecoratedBox at Point(8.0, 8.0)
|
||||
4 | | | | paintChild RenderDecoratedBox at Point(199.5, 191.0)
|
||||
4 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
4 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
4 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
4 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
4 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(8.0, 8.0)
|
||||
4 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(207.5, 199.0)
|
||||
4 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | paintChild RenderSectorRing at Point(192.5, 192.5)
|
||||
4 | | | | | | paintChild RenderSectorRing at Point(503.75, 491.0)
|
||||
4 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
4 | | | | | | | paintChild RenderSolidColor at Point(503.75, 491.0)
|
||||
4 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff85c594)))
|
||||
4 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
4 | | | | | | | paintChild RenderSolidColor at Point(503.75, 491.0)
|
||||
4 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xffe6ade9)))
|
||||
4 | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
|
||||
@ -281,12 +297,14 @@ PAINT FOR FRAME #4 ----------------------------------------------
|
||||
4 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(color:Color(0xff2196f3), drawLooper:true))
|
||||
4 | | | paintChild RenderFlex at Point(8.0, 0.0)
|
||||
4 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0)
|
||||
4 | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0)
|
||||
4 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | paintChild RenderPadding at Point(0.0, 16.0)
|
||||
4 | | | | | paintChild RenderPadding at Point(8.0, 41.0)
|
||||
4 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | paintChild RenderParagraph at Point(24.0, 0.0)
|
||||
4 | | | | | | paintChild RenderParagraph at Point(32.0, 41.0)
|
||||
4 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | translate(32.0, 41.0)
|
||||
4 | | | | | | | translate(-32.0, -41.0)
|
||||
------------------------------------------------------------------------
|
||||
CONSOLE:
|
||||
PAINT FOR FRAME #5 ----------------------------------------------
|
||||
@ -295,86 +313,90 @@ PAINT FOR FRAME #5 ----------------------------------------------
|
||||
5 | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | paintChild RenderDecoratedBox at Point(0.0, 81.0)
|
||||
5 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(color:Color(0xfffafafa)))
|
||||
5 | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
5 | | | drawRect(Rect.fromLTRB(0.0, 81.0, 800.0, 600.0), Paint(color:Color(0xfffafafa)))
|
||||
5 | | | paintChild RenderPadding at Point(0.0, 81.0)
|
||||
5 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | paintChild RenderFlex at Point(8.0, 25.0)
|
||||
5 | | | | paintChild RenderFlex at Point(8.0, 106.0)
|
||||
5 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | paintChild RenderPadding at Point(103.25, 0.0)
|
||||
5 | | | | | paintChild RenderPadding at Point(111.25, 106.0)
|
||||
5 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
5 | | | | | | paintChild RenderConstrainedBox at Point(119.25, 114.0)
|
||||
5 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
5 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
5 | | | | | | | paintChild RenderPositionedBox at Point(127.25, 114.0)
|
||||
5 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0)
|
||||
5 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(127.25, 114.0)
|
||||
5 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
5 | | | | | | | | | paintChild RenderPadding at Point(127.25, 114.0)
|
||||
5 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
5 | | | | | | | | | | paintChild RenderPadding at Point(127.25, 114.0)
|
||||
5 | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0)
|
||||
5 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(131.25, 118.0)
|
||||
5 | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0)
|
||||
5 | | | | | | | | | | | | paintChild RenderSectorRing at Point(210.875, 191.0)
|
||||
5 | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
5 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
5 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
5 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
5 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
5 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
5 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
5 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
5 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff00dd00)))
|
||||
5 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0)
|
||||
5 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 124.0)
|
||||
5 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | paintChild RenderPadding at Point(480.75, 0.0)
|
||||
5 | | | | | | | | | | translate(173.25, 124.0)
|
||||
5 | | | | | | | | | | translate(-173.25, -124.0)
|
||||
5 | | | | | paintChild RenderPadding at Point(488.75, 106.0)
|
||||
5 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
5 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
|
||||
5 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
5 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
5 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
|
||||
5 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0)
|
||||
5 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0)
|
||||
5 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
5 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
|
||||
5 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
5 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
|
||||
5 | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0)
|
||||
5 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(508.75, 118.0)
|
||||
5 | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0)
|
||||
5 | | | | | | | | | | | | paintChild RenderSectorRing at Point(777.125, 191.0)
|
||||
5 | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
5 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
5 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
5 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
5 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
5 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
5 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
5 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
5 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xffdd0000)))
|
||||
5 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0)
|
||||
5 | | | | | | | | | paintChild RenderParagraph at Point(550.75, 124.0)
|
||||
5 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | paintChild RenderPadding at Point(191.5, 102.0)
|
||||
5 | | | | | | | | | | translate(550.75, 124.0)
|
||||
5 | | | | | | | | | | translate(-550.75, -124.0)
|
||||
5 | | | paintChild RenderPadding at Point(191.5, 183.0)
|
||||
5 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | paintChild RenderDecoratedBox at Point(8.0, 8.0)
|
||||
5 | | | | paintChild RenderDecoratedBox at Point(199.5, 191.0)
|
||||
5 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
5 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
5 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
5 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
5 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(8.0, 8.0)
|
||||
5 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(207.5, 199.0)
|
||||
5 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | paintChild RenderSectorRing at Point(192.5, 192.5)
|
||||
5 | | | | | | paintChild RenderSectorRing at Point(503.75, 491.0)
|
||||
5 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
5 | | | | | | | paintChild RenderSolidColor at Point(503.75, 491.0)
|
||||
5 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff85c594)))
|
||||
5 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
5 | | | | | | | paintChild RenderSolidColor at Point(503.75, 491.0)
|
||||
5 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xffe6ade9)))
|
||||
5 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
5 | | | | | | | paintChild RenderSolidColor at Point(503.75, 491.0)
|
||||
5 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xffbee9dd)))
|
||||
5 | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
|
||||
@ -382,12 +404,14 @@ PAINT FOR FRAME #5 ----------------------------------------------
|
||||
5 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(color:Color(0xff2196f3), drawLooper:true))
|
||||
5 | | | paintChild RenderFlex at Point(8.0, 0.0)
|
||||
5 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0)
|
||||
5 | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0)
|
||||
5 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | paintChild RenderPadding at Point(0.0, 16.0)
|
||||
5 | | | | | paintChild RenderPadding at Point(8.0, 41.0)
|
||||
5 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | paintChild RenderParagraph at Point(24.0, 0.0)
|
||||
5 | | | | | | paintChild RenderParagraph at Point(32.0, 41.0)
|
||||
5 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
5 | | | | | | | translate(32.0, 41.0)
|
||||
5 | | | | | | | translate(-32.0, -41.0)
|
||||
------------------------------------------------------------------------
|
||||
CONSOLE:
|
||||
PAINT FOR FRAME #6 ----------------------------------------------
|
||||
@ -396,83 +420,87 @@ PAINT FOR FRAME #6 ----------------------------------------------
|
||||
6 | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | paintChild RenderDecoratedBox at Point(0.0, 81.0)
|
||||
6 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(color:Color(0xfffafafa)))
|
||||
6 | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
6 | | | drawRect(Rect.fromLTRB(0.0, 81.0, 800.0, 600.0), Paint(color:Color(0xfffafafa)))
|
||||
6 | | | paintChild RenderPadding at Point(0.0, 81.0)
|
||||
6 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | paintChild RenderFlex at Point(8.0, 25.0)
|
||||
6 | | | | paintChild RenderFlex at Point(8.0, 106.0)
|
||||
6 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | paintChild RenderPadding at Point(103.25, 0.0)
|
||||
6 | | | | | paintChild RenderPadding at Point(111.25, 106.0)
|
||||
6 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
6 | | | | | | paintChild RenderConstrainedBox at Point(119.25, 114.0)
|
||||
6 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
6 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
6 | | | | | | | paintChild RenderPositionedBox at Point(127.25, 114.0)
|
||||
6 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0)
|
||||
6 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(127.25, 114.0)
|
||||
6 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
6 | | | | | | | | | paintChild RenderPadding at Point(127.25, 114.0)
|
||||
6 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
6 | | | | | | | | | | paintChild RenderPadding at Point(127.25, 114.0)
|
||||
6 | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0)
|
||||
6 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(131.25, 118.0)
|
||||
6 | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0)
|
||||
6 | | | | | | | | | | | | paintChild RenderSectorRing at Point(210.875, 191.0)
|
||||
6 | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
6 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
6 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
6 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
6 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
6 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
6 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
6 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
6 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff00dd00)))
|
||||
6 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0)
|
||||
6 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 124.0)
|
||||
6 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | paintChild RenderPadding at Point(480.75, 0.0)
|
||||
6 | | | | | | | | | | translate(173.25, 124.0)
|
||||
6 | | | | | | | | | | translate(-173.25, -124.0)
|
||||
6 | | | | | paintChild RenderPadding at Point(488.75, 106.0)
|
||||
6 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
6 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
|
||||
6 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
6 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
6 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
|
||||
6 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0)
|
||||
6 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0)
|
||||
6 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
6 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
|
||||
6 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
6 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
|
||||
6 | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0)
|
||||
6 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(508.75, 118.0)
|
||||
6 | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0)
|
||||
6 | | | | | | | | | | | | paintChild RenderSectorRing at Point(777.125, 191.0)
|
||||
6 | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
6 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
6 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
6 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
6 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
6 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
6 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
6 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
6 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xffdd0000)))
|
||||
6 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0)
|
||||
6 | | | | | | | | | paintChild RenderParagraph at Point(550.75, 124.0)
|
||||
6 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | paintChild RenderPadding at Point(191.5, 102.0)
|
||||
6 | | | | | | | | | | translate(550.75, 124.0)
|
||||
6 | | | | | | | | | | translate(-550.75, -124.0)
|
||||
6 | | | paintChild RenderPadding at Point(191.5, 183.0)
|
||||
6 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | paintChild RenderDecoratedBox at Point(8.0, 8.0)
|
||||
6 | | | | paintChild RenderDecoratedBox at Point(199.5, 191.0)
|
||||
6 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
6 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
6 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
6 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
6 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(8.0, 8.0)
|
||||
6 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(207.5, 199.0)
|
||||
6 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | paintChild RenderSectorRing at Point(192.5, 192.5)
|
||||
6 | | | | | | paintChild RenderSectorRing at Point(503.75, 491.0)
|
||||
6 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
6 | | | | | | | paintChild RenderSolidColor at Point(503.75, 491.0)
|
||||
6 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff85c594)))
|
||||
6 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
6 | | | | | | | paintChild RenderSolidColor at Point(503.75, 491.0)
|
||||
6 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xffe6ade9)))
|
||||
6 | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
|
||||
@ -480,12 +508,14 @@ PAINT FOR FRAME #6 ----------------------------------------------
|
||||
6 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(color:Color(0xff2196f3), drawLooper:true))
|
||||
6 | | | paintChild RenderFlex at Point(8.0, 0.0)
|
||||
6 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0)
|
||||
6 | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0)
|
||||
6 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | paintChild RenderPadding at Point(0.0, 16.0)
|
||||
6 | | | | | paintChild RenderPadding at Point(8.0, 41.0)
|
||||
6 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | paintChild RenderParagraph at Point(24.0, 0.0)
|
||||
6 | | | | | | paintChild RenderParagraph at Point(32.0, 41.0)
|
||||
6 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
6 | | | | | | | translate(32.0, 41.0)
|
||||
6 | | | | | | | translate(-32.0, -41.0)
|
||||
------------------------------------------------------------------------
|
||||
CONSOLE:
|
||||
PAINT FOR FRAME #7 ----------------------------------------------
|
||||
@ -494,80 +524,84 @@ PAINT FOR FRAME #7 ----------------------------------------------
|
||||
7 | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | paintChild RenderDecoratedBox at Point(0.0, 81.0)
|
||||
7 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(color:Color(0xfffafafa)))
|
||||
7 | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
7 | | | drawRect(Rect.fromLTRB(0.0, 81.0, 800.0, 600.0), Paint(color:Color(0xfffafafa)))
|
||||
7 | | | paintChild RenderPadding at Point(0.0, 81.0)
|
||||
7 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | paintChild RenderFlex at Point(8.0, 25.0)
|
||||
7 | | | | paintChild RenderFlex at Point(8.0, 106.0)
|
||||
7 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | paintChild RenderPadding at Point(103.25, 0.0)
|
||||
7 | | | | | paintChild RenderPadding at Point(111.25, 106.0)
|
||||
7 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
7 | | | | | | paintChild RenderConstrainedBox at Point(119.25, 114.0)
|
||||
7 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
7 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
7 | | | | | | | paintChild RenderPositionedBox at Point(127.25, 114.0)
|
||||
7 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0)
|
||||
7 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(127.25, 114.0)
|
||||
7 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
7 | | | | | | | | | paintChild RenderPadding at Point(127.25, 114.0)
|
||||
7 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
7 | | | | | | | | | | paintChild RenderPadding at Point(127.25, 114.0)
|
||||
7 | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0)
|
||||
7 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(131.25, 118.0)
|
||||
7 | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0)
|
||||
7 | | | | | | | | | | | | paintChild RenderSectorRing at Point(210.875, 191.0)
|
||||
7 | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
7 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
7 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
7 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
7 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
7 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
7 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
7 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
7 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff00dd00)))
|
||||
7 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0)
|
||||
7 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 124.0)
|
||||
7 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | paintChild RenderPadding at Point(480.75, 0.0)
|
||||
7 | | | | | | | | | | translate(173.25, 124.0)
|
||||
7 | | | | | | | | | | translate(-173.25, -124.0)
|
||||
7 | | | | | paintChild RenderPadding at Point(488.75, 106.0)
|
||||
7 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
7 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
|
||||
7 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
7 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
7 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
|
||||
7 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0)
|
||||
7 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0)
|
||||
7 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
7 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
|
||||
7 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
7 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
|
||||
7 | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0)
|
||||
7 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(508.75, 118.0)
|
||||
7 | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0)
|
||||
7 | | | | | | | | | | | | paintChild RenderSectorRing at Point(777.125, 191.0)
|
||||
7 | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
7 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
7 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
7 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
7 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
7 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
7 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
7 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
7 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xffdd0000)))
|
||||
7 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0)
|
||||
7 | | | | | | | | | paintChild RenderParagraph at Point(550.75, 124.0)
|
||||
7 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | paintChild RenderPadding at Point(191.5, 102.0)
|
||||
7 | | | | | | | | | | translate(550.75, 124.0)
|
||||
7 | | | | | | | | | | translate(-550.75, -124.0)
|
||||
7 | | | paintChild RenderPadding at Point(191.5, 183.0)
|
||||
7 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | paintChild RenderDecoratedBox at Point(8.0, 8.0)
|
||||
7 | | | | paintChild RenderDecoratedBox at Point(199.5, 191.0)
|
||||
7 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
7 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
7 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
7 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
7 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(8.0, 8.0)
|
||||
7 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(207.5, 199.0)
|
||||
7 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | paintChild RenderSectorRing at Point(192.5, 192.5)
|
||||
7 | | | | | | paintChild RenderSectorRing at Point(503.75, 491.0)
|
||||
7 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
7 | | | | | | | paintChild RenderSolidColor at Point(503.75, 491.0)
|
||||
7 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff85c594)))
|
||||
7 | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
|
||||
@ -575,12 +609,14 @@ PAINT FOR FRAME #7 ----------------------------------------------
|
||||
7 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(color:Color(0xff2196f3), drawLooper:true))
|
||||
7 | | | paintChild RenderFlex at Point(8.0, 0.0)
|
||||
7 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0)
|
||||
7 | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0)
|
||||
7 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | paintChild RenderPadding at Point(0.0, 16.0)
|
||||
7 | | | | | paintChild RenderPadding at Point(8.0, 41.0)
|
||||
7 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | paintChild RenderParagraph at Point(24.0, 0.0)
|
||||
7 | | | | | | paintChild RenderParagraph at Point(32.0, 41.0)
|
||||
7 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
7 | | | | | | | translate(32.0, 41.0)
|
||||
7 | | | | | | | translate(-32.0, -41.0)
|
||||
------------------------------------------------------------------------
|
||||
CONSOLE:
|
||||
PAINT FOR FRAME #8 ----------------------------------------------
|
||||
@ -589,83 +625,87 @@ PAINT FOR FRAME #8 ----------------------------------------------
|
||||
8 | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | paintChild RenderDecoratedBox at Point(0.0, 81.0)
|
||||
8 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(color:Color(0xfffafafa)))
|
||||
8 | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
8 | | | drawRect(Rect.fromLTRB(0.0, 81.0, 800.0, 600.0), Paint(color:Color(0xfffafafa)))
|
||||
8 | | | paintChild RenderPadding at Point(0.0, 81.0)
|
||||
8 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | paintChild RenderFlex at Point(8.0, 25.0)
|
||||
8 | | | | paintChild RenderFlex at Point(8.0, 106.0)
|
||||
8 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | paintChild RenderPadding at Point(103.25, 0.0)
|
||||
8 | | | | | paintChild RenderPadding at Point(111.25, 106.0)
|
||||
8 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
8 | | | | | | paintChild RenderConstrainedBox at Point(119.25, 114.0)
|
||||
8 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
8 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
8 | | | | | | | paintChild RenderPositionedBox at Point(127.25, 114.0)
|
||||
8 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0)
|
||||
8 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(127.25, 114.0)
|
||||
8 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
8 | | | | | | | | | paintChild RenderPadding at Point(127.25, 114.0)
|
||||
8 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
8 | | | | | | | | | | paintChild RenderPadding at Point(127.25, 114.0)
|
||||
8 | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0)
|
||||
8 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(131.25, 118.0)
|
||||
8 | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0)
|
||||
8 | | | | | | | | | | | | paintChild RenderSectorRing at Point(210.875, 191.0)
|
||||
8 | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
8 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
8 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
8 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
8 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
8 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
8 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
8 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(210.875, 191.0)
|
||||
8 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff00dd00)))
|
||||
8 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0)
|
||||
8 | | | | | | | | | paintChild RenderParagraph at Point(173.25, 124.0)
|
||||
8 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | paintChild RenderPadding at Point(480.75, 0.0)
|
||||
8 | | | | | | | | | | translate(173.25, 124.0)
|
||||
8 | | | | | | | | | | translate(-173.25, -124.0)
|
||||
8 | | | | | paintChild RenderPadding at Point(488.75, 106.0)
|
||||
8 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
8 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
|
||||
8 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
8 | | | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
8 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
|
||||
8 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(0.0, 0.0)
|
||||
8 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0)
|
||||
8 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
8 | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
|
||||
8 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
8 | | | | | | | | | | paintChild RenderPadding at Point(504.75, 114.0)
|
||||
8 | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(4.0, 4.0)
|
||||
8 | | | | | | | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(508.75, 118.0)
|
||||
8 | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | | | | | paintChild RenderSectorRing at Point(14.0, 14.0)
|
||||
8 | | | | | | | | | | | | paintChild RenderSectorRing at Point(777.125, 191.0)
|
||||
8 | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
8 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
8 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
8 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
8 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
8 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff909090)))
|
||||
8 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
8 | | | | | | | | | | | | | paintChild RenderSolidColor at Point(777.125, 191.0)
|
||||
8 | | | | | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xffdd0000)))
|
||||
8 | | | | | | | | | paintChild RenderParagraph at Point(46.0, 10.0)
|
||||
8 | | | | | | | | | paintChild RenderParagraph at Point(550.75, 124.0)
|
||||
8 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | paintChild RenderPadding at Point(191.5, 102.0)
|
||||
8 | | | | | | | | | | translate(550.75, 124.0)
|
||||
8 | | | | | | | | | | translate(-550.75, -124.0)
|
||||
8 | | | paintChild RenderPadding at Point(191.5, 183.0)
|
||||
8 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | paintChild RenderDecoratedBox at Point(8.0, 8.0)
|
||||
8 | | | | paintChild RenderDecoratedBox at Point(199.5, 191.0)
|
||||
8 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
8 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
8 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
8 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff000000)))
|
||||
8 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(8.0, 8.0)
|
||||
8 | | | | | paintChild RenderBoxToRenderSectorAdapter at Point(207.5, 199.0)
|
||||
8 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | paintChild RenderSectorRing at Point(192.5, 192.5)
|
||||
8 | | | | | | paintChild RenderSectorRing at Point(503.75, 491.0)
|
||||
8 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
8 | | | | | | | paintChild RenderSolidColor at Point(503.75, 491.0)
|
||||
8 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff85c594)))
|
||||
8 | | | | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
8 | | | | | | | paintChild RenderSolidColor at Point(503.75, 491.0)
|
||||
8 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff92ab8e)))
|
||||
8 | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
|
||||
@ -673,11 +713,13 @@ PAINT FOR FRAME #8 ----------------------------------------------
|
||||
8 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(color:Color(0xff2196f3), drawLooper:true))
|
||||
8 | | | paintChild RenderFlex at Point(8.0, 0.0)
|
||||
8 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0)
|
||||
8 | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0)
|
||||
8 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | paintChild RenderPadding at Point(0.0, 16.0)
|
||||
8 | | | | | paintChild RenderPadding at Point(8.0, 41.0)
|
||||
8 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | paintChild RenderParagraph at Point(24.0, 0.0)
|
||||
8 | | | | | | paintChild RenderParagraph at Point(32.0, 41.0)
|
||||
8 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
8 | | | | | | | translate(32.0, 41.0)
|
||||
8 | | | | | | | translate(-32.0, -41.0)
|
||||
------------------------------------------------------------------------
|
||||
PAINTED 8 FRAMES
|
||||
|
||||
@ -12,10 +12,11 @@ PAINT FOR FRAME #2 ----------------------------------------------
|
||||
2 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | paintChild RenderDecoratedBox at Point(0.0, 81.0)
|
||||
2 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(color:Color(0xfffafafa)))
|
||||
2 | | | | drawRect(Rect.fromLTRB(0.0, 81.0, 800.0, 600.0), Paint(color:Color(0xfffafafa)))
|
||||
2 | | | | save
|
||||
2 | | | | clipRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0))
|
||||
2 | | | | clipRect(Rect.fromLTRB(0.0, 81.0, 800.0, 600.0))
|
||||
2 | | | | save
|
||||
2 | | | | translate(0.0, 81.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
|
||||
@ -24,30 +25,32 @@ PAINT FOR FRAME #2 ----------------------------------------------
|
||||
2 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(color:Color(0xff9c27b0), drawLooper:true))
|
||||
2 | | | | paintChild RenderFlex at Point(8.0, 0.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0)
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0)
|
||||
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderPadding at Point(0.0, 8.0)
|
||||
2 | | | | | | paintChild RenderPadding at Point(8.0, 33.0)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderImage at Point(8.0, 8.0)
|
||||
2 | | | | | | | paintChild RenderImage at Point(16.0, 41.0)
|
||||
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderPadding at Point(40.0, 16.0)
|
||||
2 | | | | | | paintChild RenderPadding at Point(48.0, 41.0)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderParagraph at Point(24.0, 0.0)
|
||||
2 | | | | | | | paintChild RenderParagraph at Point(72.0, 41.0)
|
||||
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderPadding at Point(704.0, 8.0)
|
||||
2 | | | | | | | | translate(72.0, 41.0)
|
||||
2 | | | | | | | | translate(-72.0, -41.0)
|
||||
2 | | | | | | paintChild RenderPadding at Point(712.0, 33.0)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderImage at Point(8.0, 8.0)
|
||||
2 | | | | | | | paintChild RenderImage at Point(720.0, 41.0)
|
||||
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderPadding at Point(744.0, 8.0)
|
||||
2 | | | | | | paintChild RenderPadding at Point(752.0, 33.0)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderImage at Point(8.0, 8.0)
|
||||
2 | | | | | | | paintChild RenderImage at Point(760.0, 41.0)
|
||||
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | paintChild RenderDecoratedBox at Point(728.0, 528.0)
|
||||
2 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | drawCircle(Point(28.0, 28.0), 28.0, Paint(color:Color(0xffff5252), drawLooper:true))
|
||||
2 | | | | saveLayer(Rect.fromLTRB(0.0, 0.0, 56.0, 56.0), Paint(color:Color(0xff000000)))
|
||||
2 | | | | drawCircle(Point(1120.0, 820.0), 28.0, Paint(color:Color(0xffff5252), drawLooper:true))
|
||||
2 | | | | saveLayer(Rect.fromLTRB(728.0, 528.0, 784.0, 584.0), Paint(color:Color(0xff000000)))
|
||||
2 | | | | clipPath(Instance of 'Path')
|
||||
2 | | | | paintChild RenderImage at Point(16.0, 16.0)
|
||||
2 | | | | paintChild RenderImage at Point(744.0, 544.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | restore
|
||||
------------------------------------------------------------------------
|
||||
@ -60,10 +63,11 @@ PAINT FOR FRAME #3 ----------------------------------------------
|
||||
3 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | paintChild RenderDecoratedBox at Point(0.0, 81.0)
|
||||
3 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(color:Color(0xfffafafa)))
|
||||
3 | | | | drawRect(Rect.fromLTRB(0.0, 81.0, 800.0, 600.0), Paint(color:Color(0xfffafafa)))
|
||||
3 | | | | save
|
||||
3 | | | | clipRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0))
|
||||
3 | | | | clipRect(Rect.fromLTRB(0.0, 81.0, 800.0, 600.0))
|
||||
3 | | | | save
|
||||
3 | | | | translate(0.0, 81.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
|
||||
@ -72,30 +76,32 @@ PAINT FOR FRAME #3 ----------------------------------------------
|
||||
3 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(color:Color(0xff9c27b0), drawLooper:true))
|
||||
3 | | | | paintChild RenderFlex at Point(8.0, 0.0)
|
||||
3 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0)
|
||||
3 | | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0)
|
||||
3 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | paintChild RenderPadding at Point(0.0, 8.0)
|
||||
3 | | | | | | paintChild RenderPadding at Point(8.0, 33.0)
|
||||
3 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | paintChild RenderImage at Point(8.0, 8.0)
|
||||
3 | | | | | | | paintChild RenderImage at Point(16.0, 41.0)
|
||||
3 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | paintChild RenderPadding at Point(40.0, 16.0)
|
||||
3 | | | | | | paintChild RenderPadding at Point(48.0, 41.0)
|
||||
3 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | paintChild RenderParagraph at Point(24.0, 0.0)
|
||||
3 | | | | | | | paintChild RenderParagraph at Point(72.0, 41.0)
|
||||
3 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | paintChild RenderPadding at Point(704.0, 8.0)
|
||||
3 | | | | | | | | translate(72.0, 41.0)
|
||||
3 | | | | | | | | translate(-72.0, -41.0)
|
||||
3 | | | | | | paintChild RenderPadding at Point(712.0, 33.0)
|
||||
3 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | paintChild RenderImage at Point(8.0, 8.0)
|
||||
3 | | | | | | | paintChild RenderImage at Point(720.0, 41.0)
|
||||
3 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | paintChild RenderPadding at Point(744.0, 8.0)
|
||||
3 | | | | | | paintChild RenderPadding at Point(752.0, 33.0)
|
||||
3 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | paintChild RenderImage at Point(8.0, 8.0)
|
||||
3 | | | | | | | paintChild RenderImage at Point(760.0, 41.0)
|
||||
3 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | paintChild RenderDecoratedBox at Point(728.0, 528.0)
|
||||
3 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | drawCircle(Point(28.0, 28.0), 28.0, Paint(color:Color(0xffff5252), drawLooper:true))
|
||||
3 | | | | saveLayer(Rect.fromLTRB(0.0, 0.0, 56.0, 56.0), Paint(color:Color(0xff000000)))
|
||||
3 | | | | drawCircle(Point(1120.0, 820.0), 28.0, Paint(color:Color(0xffff5252), drawLooper:true))
|
||||
3 | | | | saveLayer(Rect.fromLTRB(728.0, 528.0, 784.0, 584.0), Paint(color:Color(0xff000000)))
|
||||
3 | | | | clipPath(Instance of 'Path')
|
||||
3 | | | | paintChild RenderImage at Point(16.0, 16.0)
|
||||
3 | | | | paintChild RenderImage at Point(744.0, 544.0)
|
||||
3 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | restore
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@ -11,90 +11,108 @@ PAINT FOR FRAME #2 ----------------------------------------------
|
||||
2 | | paintChild RenderDecoratedBox at Point(0.0, 81.0)
|
||||
2 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xfffafafa)))
|
||||
2 | | | paintChild RenderFlex at Point(8.0, 0.0)
|
||||
2 | | | paintChild RenderFlex at Point(8.0, 81.0)
|
||||
2 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderParagraph at Point(0.0, 95.0)
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 176.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderPadding at Point(0.0, 145.0)
|
||||
2 | | | | | translate(8.0, 176.0)
|
||||
2 | | | | | translate(-8.0, -176.0)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 226.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(64.0, 10.0)
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 236.0)
|
||||
2 | | | | | | TestRenderCanvas() 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(0.0, 165.0)
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 246.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderPadding at Point(0.0, 181.0)
|
||||
2 | | | | | translate(8.0, 246.0)
|
||||
2 | | | | | translate(-8.0, -246.0)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 262.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(64.0, 10.0)
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 272.0)
|
||||
2 | | | | | | TestRenderCanvas() 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(0.0, 201.0)
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 282.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderPadding at Point(0.0, 226.0)
|
||||
2 | | | | | translate(8.0, 282.0)
|
||||
2 | | | | | translate(-8.0, -282.0)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 307.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(64.0, 10.0)
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 317.0)
|
||||
2 | | | | | | TestRenderCanvas() 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(0.0, 246.0)
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 327.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderPadding at Point(0.0, 262.0)
|
||||
2 | | | | | translate(8.0, 327.0)
|
||||
2 | | | | | translate(-8.0, -327.0)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 343.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(64.0, 10.0)
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 353.0)
|
||||
2 | | | | | | TestRenderCanvas() 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(0.0, 282.0)
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 363.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderPadding at Point(0.0, 307.0)
|
||||
2 | | | | | translate(8.0, 363.0)
|
||||
2 | | | | | translate(-8.0, -363.0)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 388.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(64.0, 10.0)
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 398.0)
|
||||
2 | | | | | | TestRenderCanvas() 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(0.0, 327.0)
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 408.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderPadding at Point(0.0, 343.0)
|
||||
2 | | | | | translate(8.0, 408.0)
|
||||
2 | | | | | translate(-8.0, -408.0)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 424.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(64.0, 10.0)
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 434.0)
|
||||
2 | | | | | | TestRenderCanvas() 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(0.0, 363.0)
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 444.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderPadding at Point(0.0, 388.0)
|
||||
2 | | | | | translate(8.0, 444.0)
|
||||
2 | | | | | translate(-8.0, -444.0)
|
||||
2 | | | | paintChild RenderPadding at Point(8.0, 469.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(64.0, 10.0)
|
||||
2 | | | | | paintChild RenderConstrainedBox at Point(72.0, 479.0)
|
||||
2 | | | | | | TestRenderCanvas() 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(0.0, 408.0)
|
||||
2 | | | | paintChild RenderParagraph at Point(8.0, 489.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | translate(8.0, 489.0)
|
||||
2 | | | | | translate(-8.0, -489.0)
|
||||
2 | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
|
||||
2 | | | TestRenderCanvas() 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 | | | paintChild RenderFlex at Point(8.0, 0.0)
|
||||
2 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0)
|
||||
2 | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderPadding at Point(0.0, 16.0)
|
||||
2 | | | | | paintChild RenderPadding at Point(8.0, 41.0)
|
||||
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderParagraph at Point(24.0, 0.0)
|
||||
2 | | | | | | paintChild RenderParagraph at Point(32.0, 41.0)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | translate(32.0, 41.0)
|
||||
2 | | | | | | | translate(-32.0, -41.0)
|
||||
------------------------------------------------------------------------
|
||||
PAINTED 2 FRAMES
|
||||
|
||||
@ -11,126 +11,144 @@ PAINT FOR FRAME #2 ----------------------------------------------
|
||||
2 | | paintChild RenderDecoratedBox at Point(0.0, 81.0)
|
||||
2 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xff9e9e9e)))
|
||||
2 | | | paintChild RenderBlock at Point(0.0, 150.5)
|
||||
2 | | | paintChild RenderBlock at Point(0.0, 231.5)
|
||||
2 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
2 | | | | paintChild RenderPadding at Point(0.0, 231.5)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderTabBar at Point(0.0, 0.0)
|
||||
2 | | | | | paintChild RenderTabBar at Point(0.0, 231.5)
|
||||
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 48.0), Paint(color:Color(0xff3f51b5)))
|
||||
2 | | | | | | paintChild RenderInkWell at Point(0.0, 0.0)
|
||||
2 | | | | | | drawRect(Rect.fromLTRB(0.0, 231.5, 800.0, 279.5), Paint(color:Color(0xff3f51b5)))
|
||||
2 | | | | | | paintChild RenderInkWell at Point(0.0, 231.5)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(65.5, 16.0)
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(65.5, 247.5)
|
||||
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | drawRect(Rect.fromLTRB(0.0, 46.0, 200.0, 48.0), Paint(color:Color(0xffff4081)))
|
||||
2 | | | | | | paintChild RenderInkWell at Point(200.0, 0.0)
|
||||
2 | | | | | | | | translate(65.5, 247.5)
|
||||
2 | | | | | | | | translate(-65.5, -247.5)
|
||||
2 | | | | | | drawRect(Rect.fromLTRB(0.0, 277.5, 200.0, 279.5), Paint(color:Color(0xffff4081)))
|
||||
2 | | | | | | paintChild RenderInkWell at Point(200.0, 231.5)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(64.0, 16.0)
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(264.0, 247.5)
|
||||
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | saveLayer(null, Paint(color:Color(0xb3000000)))
|
||||
2 | | | | | | | | translate(264.0, 247.5)
|
||||
2 | | | | | | | | translate(-264.0, -247.5)
|
||||
2 | | | | | | | | restore
|
||||
2 | | | | | | paintChild RenderInkWell at Point(400.0, 0.0)
|
||||
2 | | | | | | paintChild RenderInkWell at Point(400.0, 231.5)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(63.0, 16.0)
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(463.0, 247.5)
|
||||
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | saveLayer(null, Paint(color:Color(0xb3000000)))
|
||||
2 | | | | | | | | translate(463.0, 247.5)
|
||||
2 | | | | | | | | translate(-463.0, -247.5)
|
||||
2 | | | | | | | | restore
|
||||
2 | | | | | | paintChild RenderInkWell at Point(600.0, 0.0)
|
||||
2 | | | | | | paintChild RenderInkWell at Point(600.0, 231.5)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(61.0, 16.0)
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(661.0, 247.5)
|
||||
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | saveLayer(null, Paint(color:Color(0xb3000000)))
|
||||
2 | | | | | | | | translate(661.0, 247.5)
|
||||
2 | | | | | | | | translate(-661.0, -247.5)
|
||||
2 | | | | | | | | restore
|
||||
2 | | | | paintChild RenderPadding at Point(0.0, 64.0)
|
||||
2 | | | | paintChild RenderPadding at Point(0.0, 295.5)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderTabBar at Point(0.0, 0.0)
|
||||
2 | | | | | paintChild RenderTabBar at Point(0.0, 295.5)
|
||||
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 48.0), Paint(color:Color(0xff3f51b5)))
|
||||
2 | | | | | | paintChild RenderInkWell at Point(0.0, 0.0)
|
||||
2 | | | | | | drawRect(Rect.fromLTRB(0.0, 295.5, 800.0, 343.5), Paint(color:Color(0xff3f51b5)))
|
||||
2 | | | | | | paintChild RenderInkWell at Point(0.0, 295.5)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(88.0, 12.0)
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(88.0, 307.5)
|
||||
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | drawRect(Rect.fromLTRB(0.0, 46.0, 200.0, 48.0), Paint(color:Color(0xffff4081)))
|
||||
2 | | | | | | paintChild RenderInkWell at Point(200.0, 0.0)
|
||||
2 | | | | | | drawRect(Rect.fromLTRB(0.0, 341.5, 200.0, 343.5), Paint(color:Color(0xffff4081)))
|
||||
2 | | | | | | paintChild RenderInkWell at Point(200.0, 295.5)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(88.0, 12.0)
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(288.0, 307.5)
|
||||
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | saveLayer(null, Paint(color:Color(0xb3000000)))
|
||||
2 | | | | | | | | restore
|
||||
2 | | | | | | paintChild RenderInkWell at Point(400.0, 0.0)
|
||||
2 | | | | | | paintChild RenderInkWell at Point(400.0, 295.5)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(88.0, 12.0)
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(488.0, 307.5)
|
||||
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | saveLayer(null, Paint(color:Color(0xb3000000)))
|
||||
2 | | | | | | | | restore
|
||||
2 | | | | | | paintChild RenderInkWell at Point(600.0, 0.0)
|
||||
2 | | | | | | paintChild RenderInkWell at Point(600.0, 295.5)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(88.0, 12.0)
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(688.0, 307.5)
|
||||
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | saveLayer(null, Paint(color:Color(0xb3000000)))
|
||||
2 | | | | | | | | restore
|
||||
2 | | | | paintChild RenderPadding at Point(0.0, 128.0)
|
||||
2 | | | | paintChild RenderPadding at Point(0.0, 359.5)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderTabBar at Point(0.0, 0.0)
|
||||
2 | | | | | paintChild RenderTabBar at Point(0.0, 359.5)
|
||||
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 74.0), Paint(color:Color(0xff3f51b5)))
|
||||
2 | | | | | | paintChild RenderInkWell at Point(0.0, 0.0)
|
||||
2 | | | | | | drawRect(Rect.fromLTRB(0.0, 359.5, 800.0, 433.5), Paint(color:Color(0xff3f51b5)))
|
||||
2 | | | | | | paintChild RenderInkWell at Point(0.0, 359.5)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(65.5, 0.0)
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(65.5, 359.5)
|
||||
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | paintChild RenderPadding at Point(22.5, 12.0)
|
||||
2 | | | | | | | | paintChild RenderPadding at Point(88.0, 371.5)
|
||||
2 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | paintChild RenderImage at Point(0.0, 0.0)
|
||||
2 | | | | | | | | | paintChild RenderImage at Point(88.0, 371.5)
|
||||
2 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | paintChild RenderParagraph at Point(0.0, 46.0)
|
||||
2 | | | | | | | | paintChild RenderParagraph at Point(65.5, 405.5)
|
||||
2 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | drawRect(Rect.fromLTRB(0.0, 72.0, 200.0, 74.0), Paint(color:Color(0xffff4081)))
|
||||
2 | | | | | | paintChild RenderInkWell at Point(200.0, 0.0)
|
||||
2 | | | | | | | | | translate(65.5, 405.5)
|
||||
2 | | | | | | | | | translate(-65.5, -405.5)
|
||||
2 | | | | | | drawRect(Rect.fromLTRB(0.0, 431.5, 200.0, 433.5), Paint(color:Color(0xffff4081)))
|
||||
2 | | | | | | paintChild RenderInkWell at Point(200.0, 359.5)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(64.0, 0.0)
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(264.0, 359.5)
|
||||
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | saveLayer(null, Paint(color:Color(0xb3000000)))
|
||||
2 | | | | | | | | paintChild RenderPadding at Point(24.0, 12.0)
|
||||
2 | | | | | | | | paintChild RenderPadding at Point(288.0, 371.5)
|
||||
2 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | paintChild RenderImage at Point(0.0, 0.0)
|
||||
2 | | | | | | | | | paintChild RenderImage at Point(288.0, 371.5)
|
||||
2 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | paintChild RenderParagraph at Point(0.0, 46.0)
|
||||
2 | | | | | | | | paintChild RenderParagraph at Point(264.0, 405.5)
|
||||
2 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | translate(264.0, 405.5)
|
||||
2 | | | | | | | | | translate(-264.0, -405.5)
|
||||
2 | | | | | | | | restore
|
||||
2 | | | | | | paintChild RenderInkWell at Point(400.0, 0.0)
|
||||
2 | | | | | | paintChild RenderInkWell at Point(400.0, 359.5)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(63.0, 0.0)
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(463.0, 359.5)
|
||||
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | saveLayer(null, Paint(color:Color(0xb3000000)))
|
||||
2 | | | | | | | | paintChild RenderPadding at Point(25.0, 12.0)
|
||||
2 | | | | | | | | paintChild RenderPadding at Point(488.0, 371.5)
|
||||
2 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | paintChild RenderImage at Point(0.0, 0.0)
|
||||
2 | | | | | | | | | paintChild RenderImage at Point(488.0, 371.5)
|
||||
2 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | paintChild RenderParagraph at Point(0.0, 46.0)
|
||||
2 | | | | | | | | paintChild RenderParagraph at Point(463.0, 405.5)
|
||||
2 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | translate(463.0, 405.5)
|
||||
2 | | | | | | | | | translate(-463.0, -405.5)
|
||||
2 | | | | | | | | restore
|
||||
2 | | | | | | paintChild RenderInkWell at Point(600.0, 0.0)
|
||||
2 | | | | | | paintChild RenderInkWell at Point(600.0, 359.5)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(61.0, 0.0)
|
||||
2 | | | | | | | paintChild RenderOpacity at Point(661.0, 359.5)
|
||||
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | saveLayer(null, Paint(color:Color(0xb3000000)))
|
||||
2 | | | | | | | | paintChild RenderPadding at Point(27.0, 12.0)
|
||||
2 | | | | | | | | paintChild RenderPadding at Point(688.0, 371.5)
|
||||
2 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | paintChild RenderImage at Point(0.0, 0.0)
|
||||
2 | | | | | | | | | paintChild RenderImage at Point(688.0, 371.5)
|
||||
2 | | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | paintChild RenderParagraph at Point(0.0, 46.0)
|
||||
2 | | | | | | | | paintChild RenderParagraph at Point(661.0, 405.5)
|
||||
2 | | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | | | translate(661.0, 405.5)
|
||||
2 | | | | | | | | | translate(-661.0, -405.5)
|
||||
2 | | | | | | | | restore
|
||||
2 | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
|
||||
2 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(color:Color(0xff3f51b5), drawLooper:true))
|
||||
2 | | | paintChild RenderFlex at Point(8.0, 0.0)
|
||||
2 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0)
|
||||
2 | | | | paintChild RenderConstrainedBox at Point(8.0, 25.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderPadding at Point(0.0, 16.0)
|
||||
2 | | | | | paintChild RenderPadding at Point(8.0, 41.0)
|
||||
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderParagraph at Point(24.0, 0.0)
|
||||
2 | | | | | | paintChild RenderParagraph at Point(32.0, 41.0)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | translate(32.0, 41.0)
|
||||
2 | | | | | | | translate(-32.0, -41.0)
|
||||
------------------------------------------------------------------------
|
||||
PAINTED 2 FRAMES
|
||||
|
||||
@ -9,6 +9,6 @@ PAINT FOR FRAME #1 ----------------------------------------------
|
||||
1 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
1 | | | paintChild RenderDecoratedBox at Point(50.0, 50.0)
|
||||
1 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
1 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 700.0, 100.0), Paint(color:Color(0xff00ff00)))
|
||||
1 | | | | drawRect(Rect.fromLTRB(50.0, 50.0, 750.0, 150.0), Paint(color:Color(0xff00ff00)))
|
||||
------------------------------------------------------------------------
|
||||
PAINTED 1 FRAMES
|
||||
|
||||
@ -11,27 +11,27 @@ PAINT FOR FRAME #1 ----------------------------------------------
|
||||
1 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 82.5), Paint(color:Color(0xffffff00)))
|
||||
1 | | paintChild RenderSolidColor at Point(350.0, 82.5)
|
||||
1 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
1 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 100.0, 100.0), Paint(color:Color(0x7700ffff)))
|
||||
1 | | | drawRect(Rect.fromLTRB(350.0, 82.5, 450.0, 182.5), Paint(color:Color(0x7700ffff)))
|
||||
1 | | paintChild RenderPadding at Point(0.0, 182.5)
|
||||
1 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
1 | | | paintChild RenderDecoratedBox at Point(10.0, 10.0)
|
||||
1 | | | paintChild RenderDecoratedBox at Point(10.0, 192.5)
|
||||
1 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
1 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 780.0, 150.0), Paint(color:Color(0xffffffff)))
|
||||
1 | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
1 | | | | drawRect(Rect.fromLTRB(10.0, 192.5, 790.0, 342.5), Paint(color:Color(0xffffffff)))
|
||||
1 | | | | paintChild RenderSolidColor at Point(10.0, 192.5)
|
||||
1 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
1 | | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 780.0, 50.0), Paint(color:Color(0xff00ff00)))
|
||||
1 | | | | paintChild RenderSolidColor at Point(0.0, 50.0)
|
||||
1 | | | | | drawRect(Rect.fromLTRB(10.0, 192.5, 790.0, 242.5), Paint(color:Color(0xff00ff00)))
|
||||
1 | | | | paintChild RenderSolidColor at Point(10.0, 242.5)
|
||||
1 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
1 | | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 780.0, 100.0), Paint(color:Color(0x7700ffff)))
|
||||
1 | | | | | drawRect(Rect.fromLTRB(10.0, 242.5, 790.0, 342.5), Paint(color:Color(0x7700ffff)))
|
||||
1 | | paintChild RenderDecoratedBox at Point(0.0, 352.5)
|
||||
1 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
1 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 247.5), Paint(color:Color(0xff333333)))
|
||||
1 | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
1 | | | drawRect(Rect.fromLTRB(0.0, 352.5, 800.0, 600.0), Paint(color:Color(0xff333333)))
|
||||
1 | | | paintChild RenderSolidColor at Point(0.0, 352.5)
|
||||
1 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
1 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 266.6666564941406, 247.5), Paint(color:Color(0x77ff00ff)))
|
||||
1 | | | paintChild RenderSolidColor at Point(266.6666666666667, 0.0)
|
||||
1 | | | | drawRect(Rect.fromLTRB(0.0, 352.5, 266.6666564941406, 600.0), Paint(color:Color(0x77ff00ff)))
|
||||
1 | | | paintChild RenderSolidColor at Point(266.6666666666667, 352.5)
|
||||
1 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
1 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 533.3333129882812, 247.5), Paint(color:Color(0xff0000ff)))
|
||||
1 | | | | drawRect(Rect.fromLTRB(266.6666564941406, 352.5, 800.0, 600.0), Paint(color:Color(0xff0000ff)))
|
||||
------------------------------------------------------------------------
|
||||
CONSOLE: PASS: should flex
|
||||
CONSOLE:
|
||||
|
||||
@ -6,21 +6,21 @@ PAINT FOR FRAME #1 ----------------------------------------------
|
||||
1 | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
1 | | paintChild RenderSectorRing at Point(400.0, 300.0)
|
||||
1 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
1 | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
1 | | | paintChild RenderSolidColor at Point(400.0, 300.0)
|
||||
1 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
1 | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff00ffff)))
|
||||
1 | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
1 | | | paintChild RenderSolidColor at Point(400.0, 300.0)
|
||||
1 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
1 | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff0000ff)))
|
||||
1 | | | paintChild RenderSectorSlice at Point(0.0, 0.0)
|
||||
1 | | | paintChild RenderSectorSlice at Point(400.0, 300.0)
|
||||
1 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
1 | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
1 | | | | paintChild RenderSolidColor at Point(400.0, 300.0)
|
||||
1 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
1 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xffffff00)))
|
||||
1 | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
1 | | | | paintChild RenderSolidColor at Point(400.0, 300.0)
|
||||
1 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
1 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xffff9000)))
|
||||
1 | | | | paintChild RenderSolidColor at Point(0.0, 0.0)
|
||||
1 | | | | paintChild RenderSolidColor at Point(400.0, 300.0)
|
||||
1 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
1 | | | | | drawPath(Instance of 'Path', Paint(color:Color(0xff00ff00)))
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@ -10,13 +10,15 @@ PAINT FOR FRAME #2 ----------------------------------------------
|
||||
2 | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | paintChild RenderPadding at Point(348.0, 274.0)
|
||||
2 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
2 | | | paintChild RenderConstrainedBox at Point(356.0, 282.0)
|
||||
2 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
2 | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
2 | | | | paintChild RenderPositionedBox at Point(364.0, 282.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderParagraph at Point(6.0, 10.0)
|
||||
2 | | | | | paintChild RenderParagraph at Point(370.0, 292.0)
|
||||
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | translate(370.0, 292.0)
|
||||
2 | | | | | | translate(-370.0, -292.0)
|
||||
------------------------------------------------------------------------
|
||||
CONSOLE:
|
||||
PAINT FOR FRAME #3 ----------------------------------------------
|
||||
@ -25,13 +27,15 @@ PAINT FOR FRAME #3 ----------------------------------------------
|
||||
3 | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | paintChild RenderPadding at Point(348.0, 274.0)
|
||||
3 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
3 | | | paintChild RenderConstrainedBox at Point(356.0, 282.0)
|
||||
3 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0x00000000)))
|
||||
3 | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
3 | | | | paintChild RenderPositionedBox at Point(364.0, 282.0)
|
||||
3 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | paintChild RenderParagraph at Point(6.0, 10.0)
|
||||
3 | | | | | paintChild RenderParagraph at Point(370.0, 292.0)
|
||||
3 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | translate(370.0, 292.0)
|
||||
3 | | | | | | translate(-370.0, -292.0)
|
||||
------------------------------------------------------------------------
|
||||
CONSOLE:
|
||||
PAINT FOR FRAME #4 ----------------------------------------------
|
||||
@ -40,11 +44,13 @@ PAINT FOR FRAME #4 ----------------------------------------------
|
||||
4 | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | paintChild RenderDecoratedBox at Point(372.0, 272.0)
|
||||
4 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | drawCircle(Point(28.0, 28.0), 28.0, Paint(color:Color(0xffff4081), drawLooper:true))
|
||||
4 | | | saveLayer(Rect.fromLTRB(0.0, 0.0, 56.0, 56.0), Paint(color:Color(0xff000000)))
|
||||
4 | | | drawCircle(Point(586.0, 436.0), 28.0, Paint(color:Color(0xffff4081), drawLooper:true))
|
||||
4 | | | saveLayer(Rect.fromLTRB(372.0, 272.0, 428.0, 328.0), Paint(color:Color(0xff000000)))
|
||||
4 | | | clipPath(Instance of 'Path')
|
||||
4 | | | paintChild RenderParagraph at Point(22.0, 20.0)
|
||||
4 | | | paintChild RenderParagraph at Point(394.0, 292.0)
|
||||
4 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | translate(394.0, 292.0)
|
||||
4 | | | | translate(-394.0, -292.0)
|
||||
4 | | | restore
|
||||
------------------------------------------------------------------------
|
||||
PAINTED 4 FRAMES
|
||||
|
||||
@ -15,20 +15,26 @@ PAINT FOR FRAME #2 ----------------------------------------------
|
||||
2 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | paintChild RenderPadding at Point(220.0, 212.5)
|
||||
2 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderConstrainedBox at Point(40.0, 24.0)
|
||||
2 | | | | paintChild RenderConstrainedBox at Point(260.0, 236.5)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffffffff), drawLooper:true))
|
||||
2 | | | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
2 | | | | | paintChild RenderPadding at Point(260.0, 236.5)
|
||||
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderParagraph at Point(24.0, 24.0)
|
||||
2 | | | | | | paintChild RenderParagraph at Point(284.0, 260.5)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderPadding at Point(0.0, 48.0)
|
||||
2 | | | | | | | translate(284.0, 260.5)
|
||||
2 | | | | | | | translate(-284.0, -260.5)
|
||||
2 | | | | | paintChild RenderPadding at Point(260.0, 284.5)
|
||||
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderParagraph at Point(24.0, 20.0)
|
||||
2 | | | | | | paintChild RenderParagraph at Point(284.0, 304.5)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | paintChild RenderFlex at Point(0.0, 111.0)
|
||||
2 | | | | | | | translate(284.0, 304.5)
|
||||
2 | | | | | | | translate(-284.0, -304.5)
|
||||
2 | | | | | paintChild RenderFlex at Point(260.0, 347.5)
|
||||
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderParagraph at Point(151.0, 0.0)
|
||||
2 | | | | | | paintChild RenderParagraph at Point(411.0, 347.5)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | translate(411.0, 347.5)
|
||||
2 | | | | | | | translate(-411.0, -347.5)
|
||||
------------------------------------------------------------------------
|
||||
PAINTED 2 FRAMES
|
||||
|
||||
@ -15,27 +15,31 @@ PAINT FOR FRAME #2 ----------------------------------------------
|
||||
2 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 425.0, 250.0), Paint(color:Color(0xff00ffff)))
|
||||
2 | | | paintChild RenderPadding at Point(425.0, 99.0)
|
||||
2 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
2 | | | | paintChild RenderConstrainedBox at Point(433.0, 107.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
2 | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
2 | | | | | paintChild RenderPositionedBox at Point(441.0, 107.0)
|
||||
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderParagraph at Point(0.0, 10.0)
|
||||
2 | | | | | | paintChild RenderParagraph at Point(441.0, 117.0)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | translate(441.0, 117.0)
|
||||
2 | | | | | | | translate(-441.0, -117.0)
|
||||
2 | | paintChild RenderConstrainedBox at Point(0.0, 250.0)
|
||||
2 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
|
||||
2 | | | paintChild RenderDecoratedBox at Point(0.0, 250.0)
|
||||
2 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 250.0), Paint(color:Color(0xff00ffff)))
|
||||
2 | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
2 | | | | drawRect(Rect.fromLTRB(0.0, 250.0, 800.0, 500.0), Paint(color:Color(0xff00ffff)))
|
||||
2 | | | paintChild RenderPadding at Point(0.0, 250.0)
|
||||
2 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
2 | | | | paintChild RenderConstrainedBox at Point(8.0, 258.0)
|
||||
2 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
2 | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
2 | | | | | paintChild RenderPositionedBox at Point(16.0, 258.0)
|
||||
2 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | paintChild RenderParagraph at Point(212.5, 109.0)
|
||||
2 | | | | | | paintChild RenderParagraph at Point(228.5, 367.0)
|
||||
2 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
2 | | | | | | | translate(228.5, 367.0)
|
||||
2 | | | | | | | translate(-228.5, -367.0)
|
||||
------------------------------------------------------------------------
|
||||
CONSOLE:
|
||||
PAINT FOR FRAME #3 ----------------------------------------------
|
||||
@ -49,27 +53,31 @@ PAINT FOR FRAME #3 ----------------------------------------------
|
||||
3 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 549.0, 250.0), Paint(color:Color(0xefff9f00)))
|
||||
3 | | | paintChild RenderPadding at Point(549.0, 99.0)
|
||||
3 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
3 | | | | paintChild RenderConstrainedBox at Point(557.0, 107.0)
|
||||
3 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
3 | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
3 | | | | | paintChild RenderPositionedBox at Point(565.0, 107.0)
|
||||
3 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | paintChild RenderParagraph at Point(0.0, 10.0)
|
||||
3 | | | | | | paintChild RenderParagraph at Point(565.0, 117.0)
|
||||
3 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | translate(565.0, 117.0)
|
||||
3 | | | | | | | translate(-565.0, -117.0)
|
||||
3 | | paintChild RenderConstrainedBox at Point(0.0, 250.0)
|
||||
3 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
|
||||
3 | | | paintChild RenderDecoratedBox at Point(0.0, 250.0)
|
||||
3 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 250.0), Paint(color:Color(0xefff9f00)))
|
||||
3 | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
3 | | | | drawRect(Rect.fromLTRB(0.0, 250.0, 800.0, 500.0), Paint(color:Color(0xefff9f00)))
|
||||
3 | | | paintChild RenderPadding at Point(0.0, 250.0)
|
||||
3 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
3 | | | | paintChild RenderConstrainedBox at Point(8.0, 258.0)
|
||||
3 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
3 | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
3 | | | | | paintChild RenderPositionedBox at Point(16.0, 258.0)
|
||||
3 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | paintChild RenderParagraph at Point(274.5, 109.0)
|
||||
3 | | | | | | paintChild RenderParagraph at Point(290.5, 367.0)
|
||||
3 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
3 | | | | | | | translate(290.5, 367.0)
|
||||
3 | | | | | | | translate(-290.5, -367.0)
|
||||
------------------------------------------------------------------------
|
||||
CONSOLE:
|
||||
PAINT FOR FRAME #4 ----------------------------------------------
|
||||
@ -83,26 +91,30 @@ PAINT FOR FRAME #4 ----------------------------------------------
|
||||
4 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 425.0, 250.0), Paint(color:Color(0xff00ffff)))
|
||||
4 | | | paintChild RenderPadding at Point(425.0, 99.0)
|
||||
4 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
4 | | | | paintChild RenderConstrainedBox at Point(433.0, 107.0)
|
||||
4 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
4 | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
4 | | | | | paintChild RenderPositionedBox at Point(441.0, 107.0)
|
||||
4 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | paintChild RenderParagraph at Point(0.0, 10.0)
|
||||
4 | | | | | | paintChild RenderParagraph at Point(441.0, 117.0)
|
||||
4 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | translate(441.0, 117.0)
|
||||
4 | | | | | | | translate(-441.0, -117.0)
|
||||
4 | | paintChild RenderConstrainedBox at Point(0.0, 250.0)
|
||||
4 | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
|
||||
4 | | | paintChild RenderDecoratedBox at Point(0.0, 250.0)
|
||||
4 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 250.0), Paint(color:Color(0xff00ffff)))
|
||||
4 | | | paintChild RenderPadding at Point(0.0, 0.0)
|
||||
4 | | | | drawRect(Rect.fromLTRB(0.0, 250.0, 800.0, 500.0), Paint(color:Color(0xff00ffff)))
|
||||
4 | | | paintChild RenderPadding at Point(0.0, 250.0)
|
||||
4 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
|
||||
4 | | | | paintChild RenderConstrainedBox at Point(8.0, 258.0)
|
||||
4 | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
|
||||
4 | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
|
||||
4 | | | | | paintChild RenderPositionedBox at Point(16.0, 258.0)
|
||||
4 | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | paintChild RenderParagraph at Point(212.5, 109.0)
|
||||
4 | | | | | | paintChild RenderParagraph at Point(228.5, 367.0)
|
||||
4 | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
|
||||
4 | | | | | | | translate(228.5, 367.0)
|
||||
4 | | | | | | | translate(-228.5, -367.0)
|
||||
------------------------------------------------------------------------
|
||||
PAINTED 4 FRAMES
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user