提交 95675a98 编写于 作者: H Hans Muller

Merge pull request #798 from HansMuller/fix-tests

Removed unneeded tabs.dart import, update tests
......@@ -24,7 +24,6 @@ import 'package:sky/widgets/scrollable.dart';
import 'package:sky/widgets/theme.dart';
import 'package:sky/widgets/transitions.dart';
import 'package:sky/widgets/framework.dart';
import 'package:vector_math/vector_math.dart';
typedef void SelectedIndexChanged(int selectedIndex);
typedef void LayoutChanged(Size size, List<double> widths);
......
......@@ -14,40 +14,34 @@ PAINT FOR FRAME #2 ----------------------------------------------
2 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | paintChild RenderFlex at Point(0.0, 56.0)
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | paintChild RenderTransform at Point(0.0, 56.0)
2 | | | | | paintChild RenderTabBar at Point(0.0, 56.0)
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | save
2 | | | | | | translate(0.0, 56.0)
2 | | | | | | concat([1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0])
2 | | | | | | paintChild RenderTabBar at Point(0.0, 0.0)
2 | | | | | | drawRect(Rect.fromLTRB(0.0, 56.0, 800.0, 104.0), Paint(color:Color(0xff9c27b0)))
2 | | | | | | paintChild RenderInkWell at Point(0.0, 56.0)
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 48.0), Paint(color:Color(0xff9c27b0)))
2 | | | | | | | paintChild RenderInkWell at Point(0.0, 0.0)
2 | | | | | | | paintChild RenderConstrainedBox at Point(0.0, 56.0)
2 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | paintChild RenderConstrainedBox at Point(0.0, 0.0)
2 | | | | | | | | paintChild RenderPadding at Point(0.0, 56.0)
2 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
2 | | | | | | | | | paintChild RenderPositionedBox at Point(12.0, 56.0)
2 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | paintChild RenderPositionedBox at Point(12.0, 0.0)
2 | | | | | | | | | | paintChild RenderParagraph at Point(171.0, 69.0)
2 | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | paintChild RenderParagraph at Point(171.0, 14.0)
2 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | translate(171.0, 14.0)
2 | | | | | | | | | | | | translate(-171.0, -14.0)
2 | | | | | | | drawRect(Rect.fromLTRB(0.0, 46.0, 400.0, 48.0), Paint(color:Color(0xffffffff)))
2 | | | | | | | paintChild RenderInkWell at Point(400.0, 0.0)
2 | | | | | | | | | | | translate(171.0, 69.0)
2 | | | | | | | | | | | translate(-171.0, -69.0)
2 | | | | | | drawRect(Rect.fromLTRB(0.0, 102.0, 400.0, 104.0), Paint(color:Color(0xffffffff)))
2 | | | | | | paintChild RenderInkWell at Point(400.0, 56.0)
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | paintChild RenderConstrainedBox at Point(400.0, 56.0)
2 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | paintChild RenderConstrainedBox at Point(400.0, 0.0)
2 | | | | | | | | paintChild RenderPadding at Point(400.0, 56.0)
2 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | paintChild RenderPadding at Point(400.0, 0.0)
2 | | | | | | | | | paintChild RenderPositionedBox at Point(412.0, 56.0)
2 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | paintChild RenderPositionedBox at Point(412.0, 0.0)
2 | | | | | | | | | | paintChild RenderParagraph at Point(560.0, 69.0)
2 | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | paintChild RenderParagraph at Point(560.0, 14.0)
2 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | translate(560.0, 14.0)
2 | | | | | | | | | | | | translate(-560.0, -14.0)
2 | | | | | | restore
2 | | | | | | | | | | | translate(560.0, 69.0)
2 | | | | | | | | | | | translate(-560.0, -69.0)
2 | | | | | paintChild RenderDecoratedBox at Point(0.0, 104.0)
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | drawRect(Rect.fromLTRB(0.0, 104.0, 800.0, 600.0), Paint(color:Color(0xfffafafa)))
......@@ -118,40 +112,34 @@ PAINT FOR FRAME #3 ----------------------------------------------
3 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | paintChild RenderFlex at Point(0.0, 56.0)
3 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | paintChild RenderTransform at Point(0.0, 56.0)
3 | | | | | paintChild RenderTabBar at Point(0.0, 56.0)
3 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | save
3 | | | | | | translate(0.0, 56.0)
3 | | | | | | concat([1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0])
3 | | | | | | paintChild RenderTabBar at Point(0.0, 0.0)
3 | | | | | | drawRect(Rect.fromLTRB(0.0, 56.0, 800.0, 104.0), Paint(color:Color(0xff9c27b0)))
3 | | | | | | paintChild RenderInkWell at Point(0.0, 56.0)
3 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 48.0), Paint(color:Color(0xff9c27b0)))
3 | | | | | | | paintChild RenderInkWell at Point(0.0, 0.0)
3 | | | | | | | paintChild RenderConstrainedBox at Point(0.0, 56.0)
3 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | | | paintChild RenderConstrainedBox at Point(0.0, 0.0)
3 | | | | | | | | paintChild RenderPadding at Point(0.0, 56.0)
3 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
3 | | | | | | | | | paintChild RenderPositionedBox at Point(12.0, 56.0)
3 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | | | | | paintChild RenderPositionedBox at Point(12.0, 0.0)
3 | | | | | | | | | | paintChild RenderParagraph at Point(171.0, 69.0)
3 | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | | | | | | paintChild RenderParagraph at Point(171.0, 14.0)
3 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | | | | | | | translate(171.0, 14.0)
3 | | | | | | | | | | | | translate(-171.0, -14.0)
3 | | | | | | | drawRect(Rect.fromLTRB(0.0, 46.0, 400.0, 48.0), Paint(color:Color(0xffffffff)))
3 | | | | | | | paintChild RenderInkWell at Point(400.0, 0.0)
3 | | | | | | | | | | | translate(171.0, 69.0)
3 | | | | | | | | | | | translate(-171.0, -69.0)
3 | | | | | | drawRect(Rect.fromLTRB(0.0, 102.0, 400.0, 104.0), Paint(color:Color(0xffffffff)))
3 | | | | | | paintChild RenderInkWell at Point(400.0, 56.0)
3 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | | paintChild RenderConstrainedBox at Point(400.0, 56.0)
3 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | | | paintChild RenderConstrainedBox at Point(400.0, 0.0)
3 | | | | | | | | paintChild RenderPadding at Point(400.0, 56.0)
3 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | | | | paintChild RenderPadding at Point(400.0, 0.0)
3 | | | | | | | | | paintChild RenderPositionedBox at Point(412.0, 56.0)
3 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | | | | | paintChild RenderPositionedBox at Point(412.0, 0.0)
3 | | | | | | | | | | paintChild RenderParagraph at Point(560.0, 69.0)
3 | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | | | | | | paintChild RenderParagraph at Point(560.0, 14.0)
3 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | | | | | | | translate(560.0, 14.0)
3 | | | | | | | | | | | | translate(-560.0, -14.0)
3 | | | | | | restore
3 | | | | | | | | | | | translate(560.0, 69.0)
3 | | | | | | | | | | | translate(-560.0, -69.0)
3 | | | | | paintChild RenderDecoratedBox at Point(0.0, 104.0)
3 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | drawRect(Rect.fromLTRB(0.0, 104.0, 800.0, 600.0), Paint(color:Color(0xfffafafa)))
......
......@@ -10,64 +10,58 @@ PAINT FOR FRAME #2 ----------------------------------------------
2 | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | paintChild RenderFlex at Point(0.0, 56.0)
2 | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | paintChild RenderTransform at Point(0.0, 56.0)
2 | | | paintChild RenderTabBar at Point(0.0, 56.0)
2 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | save
2 | | | | translate(0.0, 56.0)
2 | | | | concat([1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0])
2 | | | | paintChild RenderTabBar at Point(0.0, 0.0)
2 | | | | drawRect(Rect.fromLTRB(0.0, 56.0, 800.0, 104.0), Paint(color:Color(0xff2196f3)))
2 | | | | paintChild RenderInkWell at Point(0.0, 56.0)
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 48.0), Paint(color:Color(0xff2196f3)))
2 | | | | | paintChild RenderInkWell at Point(0.0, 0.0)
2 | | | | | paintChild RenderConstrainedBox at Point(0.0, 56.0)
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | paintChild RenderConstrainedBox at Point(0.0, 0.0)
2 | | | | | | paintChild RenderPadding at Point(0.0, 56.0)
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
2 | | | | | | | paintChild RenderPositionedBox at Point(12.0, 56.0)
2 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | paintChild RenderPositionedBox at Point(12.0, 0.0)
2 | | | | | | | | paintChild RenderParagraph at Point(82.0, 69.0)
2 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | paintChild RenderParagraph at Point(82.0, 14.0)
2 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | translate(82.0, 14.0)
2 | | | | | | | | | | translate(-82.0, -14.0)
2 | | | | | drawRect(Rect.fromLTRB(0.0, 46.0, 200.0, 48.0), Paint(color:Color(0xffffffff)))
2 | | | | | paintChild RenderInkWell at Point(200.0, 0.0)
2 | | | | | | | | | translate(82.0, 69.0)
2 | | | | | | | | | translate(-82.0, -69.0)
2 | | | | drawRect(Rect.fromLTRB(0.0, 102.0, 200.0, 104.0), Paint(color:Color(0xffffffff)))
2 | | | | paintChild RenderInkWell at Point(200.0, 56.0)
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | paintChild RenderConstrainedBox at Point(200.0, 56.0)
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | paintChild RenderConstrainedBox at Point(200.0, 0.0)
2 | | | | | | paintChild RenderPadding at Point(200.0, 56.0)
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | paintChild RenderPadding at Point(200.0, 0.0)
2 | | | | | | | paintChild RenderPositionedBox at Point(212.0, 56.0)
2 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | paintChild RenderPositionedBox at Point(212.0, 0.0)
2 | | | | | | | | paintChild RenderParagraph at Point(277.5, 69.0)
2 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | paintChild RenderParagraph at Point(277.5, 14.0)
2 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | translate(277.5, 14.0)
2 | | | | | | | | | | translate(-277.5, -14.0)
2 | | | | | paintChild RenderInkWell at Point(400.0, 0.0)
2 | | | | | | | | | translate(277.5, 69.0)
2 | | | | | | | | | translate(-277.5, -69.0)
2 | | | | paintChild RenderInkWell at Point(400.0, 56.0)
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | paintChild RenderConstrainedBox at Point(400.0, 56.0)
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | paintChild RenderConstrainedBox at Point(400.0, 0.0)
2 | | | | | | paintChild RenderPadding at Point(400.0, 56.0)
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | paintChild RenderPadding at Point(400.0, 0.0)
2 | | | | | | | paintChild RenderPositionedBox at Point(412.0, 56.0)
2 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | paintChild RenderPositionedBox at Point(412.0, 0.0)
2 | | | | | | | | paintChild RenderParagraph at Point(480.0, 69.0)
2 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | paintChild RenderParagraph at Point(480.0, 14.0)
2 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | translate(480.0, 14.0)
2 | | | | | | | | | | translate(-480.0, -14.0)
2 | | | | | paintChild RenderInkWell at Point(600.0, 0.0)
2 | | | | | | | | | translate(480.0, 69.0)
2 | | | | | | | | | translate(-480.0, -69.0)
2 | | | | paintChild RenderInkWell at Point(600.0, 56.0)
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | paintChild RenderConstrainedBox at Point(600.0, 56.0)
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | paintChild RenderConstrainedBox at Point(600.0, 0.0)
2 | | | | | | paintChild RenderPadding at Point(600.0, 56.0)
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | paintChild RenderPadding at Point(600.0, 0.0)
2 | | | | | | | paintChild RenderPositionedBox at Point(612.0, 56.0)
2 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | paintChild RenderPositionedBox at Point(612.0, 0.0)
2 | | | | | | | | paintChild RenderParagraph at Point(672.0, 69.0)
2 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | paintChild RenderParagraph at Point(672.0, 14.0)
2 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | translate(672.0, 14.0)
2 | | | | | | | | | | translate(-672.0, -14.0)
2 | | | | restore
2 | | | | | | | | | translate(672.0, 69.0)
2 | | | | | | | | | translate(-672.0, -69.0)
2 | | | paintChild RenderDecoratedBox at Point(0.0, 104.0)
2 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | drawRect(Rect.fromLTRB(0.0, 104.0, 800.0, 600.0), Paint(color:Color(0xffbbdefb)))
......@@ -86,64 +80,58 @@ PAINT FOR FRAME #2 ----------------------------------------------
2 | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | paintChild RenderFlex at Point(24.0, 128.0)
2 | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | paintChild RenderTransform at Point(24.0, 128.0)
2 | | | | | | | | | | paintChild RenderTabBar at Point(24.0, 128.0)
2 | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | save
2 | | | | | | | | | | | translate(24.0, 128.0)
2 | | | | | | | | | | | concat([1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0])
2 | | | | | | | | | | | paintChild RenderTabBar at Point(0.0, 0.0)
2 | | | | | | | | | | | drawRect(Rect.fromLTRB(24.0, 128.0, 776.0, 176.0), Paint(color:Color(0xff2196f3)))
2 | | | | | | | | | | | paintChild RenderInkWell at Point(24.0, 128.0)
2 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 752.0, 48.0), Paint(color:Color(0xff2196f3)))
2 | | | | | | | | | | | | paintChild RenderInkWell at Point(0.0, 0.0)
2 | | | | | | | | | | | | paintChild RenderConstrainedBox at Point(24.0, 128.0)
2 | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | paintChild RenderConstrainedBox at Point(0.0, 0.0)
2 | | | | | | | | | | | | | paintChild RenderPadding at Point(24.0, 128.0)
2 | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | | paintChild RenderPadding at Point(0.0, 0.0)
2 | | | | | | | | | | | | | | paintChild RenderPositionedBox at Point(36.0, 128.0)
2 | | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | | | paintChild RenderPositionedBox at Point(12.0, 0.0)
2 | | | | | | | | | | | | | | | paintChild RenderParagraph at Point(102.5, 141.0)
2 | | | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | | | | paintChild RenderParagraph at Point(78.5, 14.0)
2 | | | | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | | | | | translate(78.5, 14.0)
2 | | | | | | | | | | | | | | | | | translate(-78.5, -14.0)
2 | | | | | | | | | | | | drawRect(Rect.fromLTRB(0.0, 46.0, 188.0, 48.0), Paint(color:Color(0xffffffff)))
2 | | | | | | | | | | | | paintChild RenderInkWell at Point(188.0, 0.0)
2 | | | | | | | | | | | | | | | | translate(102.5, 141.0)
2 | | | | | | | | | | | | | | | | translate(-102.5, -141.0)
2 | | | | | | | | | | | drawRect(Rect.fromLTRB(24.0, 174.0, 212.0, 176.0), Paint(color:Color(0xffffffff)))
2 | | | | | | | | | | | paintChild RenderInkWell at Point(212.0, 128.0)
2 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | paintChild RenderConstrainedBox at Point(212.0, 128.0)
2 | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | paintChild RenderConstrainedBox at Point(188.0, 0.0)
2 | | | | | | | | | | | | | paintChild RenderPadding at Point(212.0, 128.0)
2 | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | | paintChild RenderPadding at Point(188.0, 0.0)
2 | | | | | | | | | | | | | | paintChild RenderPositionedBox at Point(224.0, 128.0)
2 | | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | | | paintChild RenderPositionedBox at Point(200.0, 0.0)
2 | | | | | | | | | | | | | | | paintChild RenderParagraph at Point(289.0, 141.0)
2 | | | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | | | | paintChild RenderParagraph at Point(265.0, 14.0)
2 | | | | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | | | | | translate(265.0, 14.0)
2 | | | | | | | | | | | | | | | | | translate(-265.0, -14.0)
2 | | | | | | | | | | | | paintChild RenderInkWell at Point(376.0, 0.0)
2 | | | | | | | | | | | | | | | | translate(289.0, 141.0)
2 | | | | | | | | | | | | | | | | translate(-289.0, -141.0)
2 | | | | | | | | | | | paintChild RenderInkWell at Point(400.0, 128.0)
2 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | paintChild RenderConstrainedBox at Point(400.0, 128.0)
2 | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | paintChild RenderConstrainedBox at Point(376.0, 0.0)
2 | | | | | | | | | | | | | paintChild RenderPadding at Point(400.0, 128.0)
2 | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | | paintChild RenderPadding at Point(376.0, 0.0)
2 | | | | | | | | | | | | | | paintChild RenderPositionedBox at Point(412.0, 128.0)
2 | | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | | | paintChild RenderPositionedBox at Point(388.0, 0.0)
2 | | | | | | | | | | | | | | | paintChild RenderParagraph at Point(476.0, 141.0)
2 | | | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | | | | paintChild RenderParagraph at Point(452.0, 14.0)
2 | | | | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | | | | | translate(452.0, 14.0)
2 | | | | | | | | | | | | | | | | | translate(-452.0, -14.0)
2 | | | | | | | | | | | | paintChild RenderInkWell at Point(564.0, 0.0)
2 | | | | | | | | | | | | | | | | translate(476.0, 141.0)
2 | | | | | | | | | | | | | | | | translate(-476.0, -141.0)
2 | | | | | | | | | | | paintChild RenderInkWell at Point(588.0, 128.0)
2 | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | paintChild RenderConstrainedBox at Point(588.0, 128.0)
2 | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | paintChild RenderConstrainedBox at Point(564.0, 0.0)
2 | | | | | | | | | | | | | paintChild RenderPadding at Point(588.0, 128.0)
2 | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | | paintChild RenderPadding at Point(564.0, 0.0)
2 | | | | | | | | | | | | | | paintChild RenderPositionedBox at Point(600.0, 128.0)
2 | | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | | | paintChild RenderPositionedBox at Point(576.0, 0.0)
2 | | | | | | | | | | | | | | | paintChild RenderParagraph at Point(662.0, 141.0)
2 | | | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | | | | paintChild RenderParagraph at Point(638.0, 14.0)
2 | | | | | | | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | | | | | | | translate(638.0, 14.0)
2 | | | | | | | | | | | | | | | | | translate(-638.0, -14.0)
2 | | | | | | | | | | | restore
2 | | | | | | | | | | | | | | | | translate(662.0, 141.0)
2 | | | | | | | | | | | | | | | | translate(-662.0, -141.0)
2 | | | | | | | | | | paintChild RenderPositionedBox at Point(343.0, 176.0)
2 | | | | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | | | | | paintChild RenderParagraph at Point(343.0, 342.0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册