OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "paintingPhases": [ | 3 "paintingPhases": [ |
4 "GraphicsLayerPaintBackground", | 4 "GraphicsLayerPaintBackground", |
5 "GraphicsLayerPaintForeground", | 5 "GraphicsLayerPaintForeground", |
6 "GraphicsLayerPaintMask" | 6 "GraphicsLayerPaintMask" |
7 ], | 7 ], |
8 "children": [ | 8 "children": [ |
9 { | 9 { |
10 "bounds": [800, 600], | 10 "bounds": [800, 600], |
(...skipping 19 matching lines...) Expand all Loading... |
30 "position": [1, 1], | 30 "position": [1, 1], |
31 "bounds": [85, 85], | 31 "bounds": [85, 85], |
32 "paintingPhases": [ | 32 "paintingPhases": [ |
33 "GraphicsLayerPaintBackground", | 33 "GraphicsLayerPaintBackground", |
34 "GraphicsLayerPaintForeground", | 34 "GraphicsLayerPaintForeground", |
35 "GraphicsLayerPaintMask" | 35 "GraphicsLayerPaintMask" |
36 ], | 36 ], |
37 "children": [ | 37 "children": [ |
38 { | 38 { |
39 "bounds": [85, 120], | 39 "bounds": [85, 120], |
| 40 "shouldFlattenTransform": false, |
40 "drawsContent": true, | 41 "drawsContent": true, |
41 "paintingPhases": [ | 42 "paintingPhases": [ |
42 "GraphicsLayerPaintForeground", | 43 "GraphicsLayerPaintForeground", |
43 "GraphicsLayerPaintOverflowContents", | 44 "GraphicsLayerPaintOverflowContents", |
44 "GraphicsLayerPaintCompositedScroll" | 45 "GraphicsLayerPaintCompositedScroll" |
45 ], | 46 ], |
46 "children": [ | 47 "children": [ |
47 { | 48 { |
| 49 "shouldFlattenTransform": false, |
48 "paintingPhases": [ | 50 "paintingPhases": [ |
49 "GraphicsLayerPaintForeground", | 51 "GraphicsLayerPaintForeground", |
50 "GraphicsLayerPaintOverflowContents", | 52 "GraphicsLayerPaintOverflowContents", |
51 "GraphicsLayerPaintCompositedScroll" | 53 "GraphicsLayerPaintCompositedScroll" |
52 ] | 54 ] |
53 } | 55 } |
54 ] | 56 ] |
55 } | 57 } |
56 ] | 58 ] |
57 }, | 59 }, |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 } | 96 } |
95 ] | 97 ] |
96 } | 98 } |
97 ] | 99 ] |
98 } | 100 } |
99 ] | 101 ] |
100 } | 102 } |
101 ] | 103 ] |
102 } | 104 } |
103 | 105 |
OLD | NEW |