OLD | NEW |
| (Empty) |
1 | |
2 When the parent document becomes composited, the layer trees should get connecte
d together. | |
3 | |
4 { | |
5 "bounds": [800, 600], | |
6 "children": [ | |
7 { | |
8 "bounds": [800, 600], | |
9 "contentsOpaque": true, | |
10 "drawsContent": true, | |
11 "children": [ | |
12 { | |
13 "position": [8, 108], | |
14 "bounds": [370, 220], | |
15 "drawsContent": true, | |
16 "children": [ | |
17 { | |
18 "position": [35, 35], | |
19 "children": [ | |
20 { | |
21 "bounds": [285, 150], | |
22 "children": [ | |
23 { | |
24 "children": [ | |
25 { | |
26 "bounds": [285, 230], | |
27 "children": [ | |
28 { | |
29 "bounds": [285, 230], | |
30 "drawsContent": true, | |
31 "children": [ | |
32 { | |
33 "position": [18, 10], | |
34 "bounds": [210, 210], | |
35 "contentsOpaque": true, | |
36 "drawsContent": true, | |
37 "backgroundColor": "#0000FF" | |
38 } | |
39 ] | |
40 } | |
41 ] | |
42 } | |
43 ] | |
44 } | |
45 ] | |
46 }, | |
47 { | |
48 "position": [285, 0], | |
49 "bounds": [15, 150] | |
50 } | |
51 ] | |
52 } | |
53 ] | |
54 }, | |
55 { | |
56 "position": [8, 8], | |
57 "bounds": [100, 100], | |
58 "contentsOpaque": true, | |
59 "drawsContent": true, | |
60 "backgroundColor": "#0000FF" | |
61 } | |
62 ] | |
63 } | |
64 ] | |
65 } | |
66 | |
67 | |
68 -------- | |
69 Frame: '<!--framePath //<!--frame0-->-->' | |
70 -------- | |
71 { | |
72 "bounds": [285, 230], | |
73 "children": [ | |
74 { | |
75 "bounds": [285, 230], | |
76 "drawsContent": true, | |
77 "children": [ | |
78 { | |
79 "position": [18, 10], | |
80 "bounds": [210, 210], | |
81 "contentsOpaque": true, | |
82 "drawsContent": true, | |
83 "backgroundColor": "#0000FF" | |
84 } | |
85 ] | |
86 } | |
87 ] | |
88 } | |
89 | |
OLD | NEW |