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 "drawsContent": true | |
51 } | |
52 ] | |
53 } | |
54 ] | |
55 }, | |
56 { | |
57 "position": [8, 8], | |
58 "bounds": [100, 100], | |
59 "contentsOpaque": true, | |
60 "drawsContent": true, | |
61 "backgroundColor": "#0000FF" | |
62 } | |
63 ] | |
64 } | |
65 ] | |
66 } | |
67 | |
68 | |
69 -------- | |
70 Frame: '<!--framePath //<!--frame0-->-->' | |
71 -------- | |
72 { | |
73 "bounds": [285, 230], | |
74 "children": [ | |
75 { | |
76 "bounds": [285, 230], | |
77 "drawsContent": true, | |
78 "children": [ | |
79 { | |
80 "position": [18, 10], | |
81 "bounds": [210, 210], | |
82 "contentsOpaque": true, | |
83 "drawsContent": true, | |
84 "backgroundColor": "#0000FF" | |
85 } | |
86 ] | |
87 } | |
88 ] | |
89 } | |
90 | |
OLD | NEW |