| Index: sky/tests/examples/stocks-expected.txt
|
| diff --git a/sky/tests/examples/stocks-expected.txt b/sky/tests/examples/stocks-expected.txt
|
| index a8f7b808778b2fd9ca408ef521b64dc67eab2327..0fd23238bdcecdd572b6fa9f393d1d47b20b87bd 100644
|
| --- a/sky/tests/examples/stocks-expected.txt
|
| +++ b/sky/tests/examples/stocks-expected.txt
|
| @@ -12,7 +12,7 @@ PAINT FOR FRAME #2 ----------------------------------------------
|
| 2 | | | TestDisplayList() constructor: 800.0 x 600.0
|
| 2 | | | paintChild RenderDecoratedBox at Point(0.0, 81.0)
|
| 2 | | | | TestDisplayList() constructor: 800.0 x 600.0
|
| -2 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(Color(0xfffafafa)))
|
| +2 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(color:Color(0xfffafafa)))
|
| 2 | | | | save
|
| 2 | | | | clipRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0))
|
| 2 | | | | save
|
| @@ -21,7 +21,7 @@ PAINT FOR FRAME #2 ----------------------------------------------
|
| 2 | | | | restore
|
| 2 | | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
|
| 2 | | | | TestDisplayList() constructor: 800.0 x 600.0
|
| -2 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 81.0), Paint(Color(0xff9c27b0)))
|
| +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 | | | | | TestDisplayList() constructor: 800.0 x 600.0
|
| 2 | | | | | paintChild RenderConstrainedBox at Point(0.0, 25.0)
|
| @@ -44,8 +44,8 @@ PAINT FOR FRAME #2 ----------------------------------------------
|
| 2 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0
|
| 2 | | | paintChild RenderDecoratedBox at Point(728.0, 528.0)
|
| 2 | | | | TestDisplayList() constructor: 800.0 x 600.0
|
| -2 | | | | drawCircle(28.0, 28.0, 28.0, Paint(Color(0xfff44336)))
|
| -2 | | | | saveLayer(Rect.fromLTRB(0.0, 0.0, 56.0, 56.0), Paint(Color(0xff000000)))
|
| +2 | | | | drawCircle(28.0, 28.0, 28.0, Paint(color:Color(0xfff44336), drawLooper:true))
|
| +2 | | | | saveLayer(Rect.fromLTRB(0.0, 0.0, 56.0, 56.0), Paint(color:Color(0xff000000)))
|
| 2 | | | | clipPath(Instance of 'Path')
|
| 2 | | | | paintChild RenderImage at Point(16.0, 16.0)
|
| 2 | | | | | TestDisplayList() constructor: 800.0 x 600.0
|
|
|