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, | |
41 "drawsContent": true, | 40 "drawsContent": true, |
42 "paintingPhases": [ | 41 "paintingPhases": [ |
43 "GraphicsLayerPaintForeground", | 42 "GraphicsLayerPaintForeground", |
44 "GraphicsLayerPaintOverflowContents", | 43 "GraphicsLayerPaintOverflowContents", |
45 "GraphicsLayerPaintCompositedScroll" | 44 "GraphicsLayerPaintCompositedScroll" |
46 ], | 45 ], |
47 "children": [ | 46 "children": [ |
48 { | 47 { |
49 "shouldFlattenTransform": false, | |
50 "paintingPhases": [ | 48 "paintingPhases": [ |
51 "GraphicsLayerPaintForeground", | 49 "GraphicsLayerPaintForeground", |
52 "GraphicsLayerPaintOverflowContents", | 50 "GraphicsLayerPaintOverflowContents", |
53 "GraphicsLayerPaintCompositedScroll" | 51 "GraphicsLayerPaintCompositedScroll" |
54 ] | 52 ] |
55 } | 53 } |
56 ] | 54 ] |
57 } | 55 } |
58 ] | 56 ] |
59 }, | 57 }, |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 } | 94 } |
97 ] | 95 ] |
98 } | 96 } |
99 ] | 97 ] |
100 } | 98 } |
101 ] | 99 ] |
102 } | 100 } |
103 ] | 101 ] |
104 } | 102 } |
105 | 103 |
OLD | NEW |