OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintForegrou
nd", "GraphicsLayerPaintMask"], | 3 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintForegrou
nd", "GraphicsLayerPaintMask"], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "bounds": [800, 600], | 6 "bounds": [800, 600], |
7 "contentsOpaque": true, | 7 "contentsOpaque": true, |
8 "drawsContent": true, | 8 "drawsContent": true, |
9 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintFore
ground", "GraphicsLayerPaintMask"], | 9 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintFore
ground", "GraphicsLayerPaintMask"], |
10 "children": [ | 10 "children": [ |
11 { | 11 { |
12 "position": [8, 8], | 12 "position": [8, 8], |
13 "bounds": [102, 102], | 13 "bounds": [102, 102], |
14 "drawsContent": true, | 14 "drawsContent": true, |
15 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaint
Mask", "GraphicsLayerPaintCompositedScroll"], | 15 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaint
Mask", "GraphicsLayerPaintCompositedScroll"], |
16 "children": [ | 16 "children": [ |
17 { | 17 { |
18 "position": [1, 1], | 18 "position": [1, 1], |
19 "bounds": [85, 85], | 19 "bounds": [85, 85], |
20 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerP
aintForeground", "GraphicsLayerPaintMask"], | 20 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerP
aintForeground", "GraphicsLayerPaintMask"], |
21 "children": [ | 21 "children": [ |
22 { | 22 { |
23 "bounds": [85, 120], | 23 "bounds": [85, 120], |
24 "shouldFlattenTransform": false, | 24 "shouldFlattenTransform": false, |
25 "drawsContent": true, | 25 "drawsContent": true, |
26 "paintingPhases": ["GraphicsLayerPaintForeground", "GraphicsLa
yerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"], | 26 "paintingPhases": ["GraphicsLayerPaintForeground", "GraphicsLa
yerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"], |
27 "children": [ | 27 "children": [ |
28 { | 28 { |
| 29 "shouldFlattenTransform": false, |
29 "paintingPhases": ["GraphicsLayerPaintForeground", "Graphi
csLayerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"] | 30 "paintingPhases": ["GraphicsLayerPaintForeground", "Graphi
csLayerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"] |
30 } | 31 } |
31 ] | 32 ] |
32 } | 33 } |
33 ] | 34 ] |
34 }, | 35 }, |
35 { | 36 { |
36 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerP
aintForeground", "GraphicsLayerPaintMask"], | 37 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerP
aintForeground", "GraphicsLayerPaintMask"], |
37 "children": [ | 38 "children": [ |
38 { | 39 { |
(...skipping 16 matching lines...) Expand all Loading... |
55 } | 56 } |
56 ] | 57 ] |
57 } | 58 } |
58 ] | 59 ] |
59 } | 60 } |
60 ] | 61 ] |
61 } | 62 } |
62 ] | 63 ] |
63 } | 64 } |
64 | 65 |
OLD | NEW |