OLD | NEW |
1 | 1 |
2 When the parent document becomes composited, the layer trees should get connecte
d together. | 2 When the parent document becomes composited, the layer trees should get connecte
d together. |
3 | 3 |
4 { | 4 { |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "children": [ | 6 "children": [ |
7 { | 7 { |
8 "bounds": [800, 600], | 8 "bounds": [800, 600], |
9 "contentsOpaque": true, | 9 "contentsOpaque": true, |
10 "drawsContent": true, | 10 "drawsContent": true, |
11 "children": [ | 11 "children": [ |
12 { | 12 { |
13 "position": [8, 108], | 13 "position": [8, 108], |
14 "bounds": [370, 220], | 14 "bounds": [370, 220], |
15 "drawsContent": true, | 15 "drawsContent": true, |
16 "children": [ | 16 "children": [ |
17 { | 17 { |
18 "position": [35, 35], | 18 "position": [35, 35], |
| 19 "bounds": [300, 150], |
19 "children": [ | 20 "children": [ |
20 { | 21 { |
21 "bounds": [285, 150], | 22 "bounds": [285, 150], |
22 "children": [ | 23 "children": [ |
23 { | 24 { |
24 "children": [ | 25 "children": [ |
25 { | 26 { |
26 "bounds": [285, 230], | 27 "bounds": [285, 230], |
27 "children": [ | 28 "children": [ |
28 { | 29 { |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 "bounds": [210, 210], | 82 "bounds": [210, 210], |
82 "contentsOpaque": true, | 83 "contentsOpaque": true, |
83 "drawsContent": true, | 84 "drawsContent": true, |
84 "backgroundColor": "#0000FF" | 85 "backgroundColor": "#0000FF" |
85 } | 86 } |
86 ] | 87 ] |
87 } | 88 } |
88 ] | 89 ] |
89 } | 90 } |
90 | 91 |
OLD | NEW |