OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "children": [ | 8 "children": [ |
9 { | 9 { |
10 "bounds": [400, 400], | 10 "bounds": [400, 400], |
11 "drawsContent": true, | 11 "drawsContent": true, |
12 "children": [ | 12 "children": [ |
13 { | 13 { |
| 14 "bounds": [400, 400], |
14 "children": [ | 15 "children": [ |
15 { | 16 { |
16 "bounds": [385, 385], | 17 "bounds": [385, 385], |
17 "children": [ | 18 "children": [ |
18 { | 19 { |
| 20 "position": [615, 0], |
19 "children": [ | 21 "children": [ |
20 { | 22 { |
21 "position": [-615, 0], | 23 "position": [-615, 0], |
22 "bounds": [1000, 1000], | 24 "bounds": [1000, 1000], |
23 "children": [ | 25 "children": [ |
24 { | 26 { |
25 "bounds": [1000, 1000], | 27 "bounds": [1000, 1000], |
26 "drawsContent": true, | 28 "drawsContent": true, |
| 29 "backgroundColor": "#FF0000", |
27 "children": [ | 30 "children": [ |
28 { | 31 { |
29 "position": [665, 50], | 32 "position": [665, 50], |
30 "bounds": [100, 100], | 33 "bounds": [100, 100], |
31 "contentsOpaque": true, | 34 "contentsOpaque": true, |
32 "drawsContent": true, | 35 "drawsContent": true, |
33 "backgroundColor": "#008000" | 36 "backgroundColor": "#008000" |
34 } | 37 } |
35 ] | 38 ] |
36 } | 39 } |
(...skipping 29 matching lines...) Expand all Loading... |
66 -------- | 69 -------- |
67 Frame: '<!--framePath //<!--frame0-->-->' | 70 Frame: '<!--framePath //<!--frame0-->-->' |
68 -------- | 71 -------- |
69 { | 72 { |
70 "position": [-615, 0], | 73 "position": [-615, 0], |
71 "bounds": [1000, 1000], | 74 "bounds": [1000, 1000], |
72 "children": [ | 75 "children": [ |
73 { | 76 { |
74 "bounds": [1000, 1000], | 77 "bounds": [1000, 1000], |
75 "drawsContent": true, | 78 "drawsContent": true, |
| 79 "backgroundColor": "#FF0000", |
76 "children": [ | 80 "children": [ |
77 { | 81 { |
78 "position": [665, 50], | 82 "position": [665, 50], |
79 "bounds": [100, 100], | 83 "bounds": [100, 100], |
80 "contentsOpaque": true, | 84 "contentsOpaque": true, |
81 "drawsContent": true, | 85 "drawsContent": true, |
82 "backgroundColor": "#008000" | 86 "backgroundColor": "#008000" |
83 } | 87 } |
84 ] | 88 ] |
85 } | 89 } |
86 ] | 90 ] |
87 } | 91 } |
88 | 92 |
OLD | NEW |