OLD | NEW |
---|---|
1 | |
2 { | 1 { |
3 "bounds": [800, 600], | 2 "bounds": [800, 600], |
4 "children": [ | 3 "children": [ |
5 { | 4 { |
6 "bounds": [800, 600], | 5 "bounds": [800, 600], |
7 "contentsOpaque": true, | 6 "contentsOpaque": true, |
8 "drawsContent": true, | 7 "drawsContent": true, |
9 "children": [ | 8 "children": [ |
10 { | 9 { |
11 "position": [8, 8], | 10 "bounds": [300, 100], |
12 "bounds": [370, 220], | |
13 "drawsContent": true, | 11 "drawsContent": true, |
14 "children": [ | 12 "children": [ |
15 { | 13 { |
16 "position": [35, 35], | 14 "bounds": [300, 100], |
17 "children": [ | 15 "children": [ |
18 { | 16 { |
19 "bounds": [285, 150], | 17 "bounds": [300, 100], |
20 "children": [ | 18 "children": [ |
21 { | 19 { |
22 "children": [ | 20 "children": [ |
23 { | 21 { |
24 "bounds": [285, 230], | 22 "bounds": [300, 100], |
25 "children": [ | 23 "children": [ |
26 { | 24 { |
27 "bounds": [285, 230], | 25 "bounds": [300, 100], |
28 "drawsContent": true, | 26 "drawsContent": true, |
27 "backgroundColor": "#FFFF00", | |
29 "children": [ | 28 "children": [ |
30 { | 29 { |
31 "position": [18, 10], | 30 "position": [8, 8], |
32 "bounds": [210, 210], | 31 "bounds": [284, 84], |
33 "contentsOpaque": true, | |
34 "drawsContent": true, | 32 "drawsContent": true, |
35 "backgroundColor": "#0000FF" | 33 "backgroundColor": "#FFFF00" |
36 } | 34 } |
37 ] | 35 ] |
38 } | 36 } |
39 ] | 37 ] |
40 } | 38 } |
41 ] | 39 ] |
42 } | 40 } |
43 ] | 41 ] |
44 }, | |
45 { | |
46 "position": [285, 0], | |
47 "bounds": [15, 150], | |
48 "drawsContent": true | |
49 } | 42 } |
50 ] | 43 ] |
51 } | 44 } |
52 ] | 45 ] |
46 }, | |
47 { | |
48 "bounds": [300, 100], | |
chrishtr
2015/08/27 17:01:00
This layer would be absent without the fix in this
| |
49 "contentsOpaque": true, | |
50 "drawsContent": true, | |
51 "backgroundColor": "#D3D3D3", | |
52 "transform": [ | |
53 [1, 0, 0, 0], | |
54 [0, 1, 0, 0], | |
55 [0, 0, 1, 0], | |
56 [151, 0, 0, 1] | |
57 ] | |
53 } | 58 } |
54 ] | 59 ] |
55 } | 60 } |
56 ] | 61 ] |
57 } | 62 } |
58 | 63 |
59 | 64 |
60 -------- | 65 -------- |
61 Frame: '<!--framePath //<!--frame0-->-->' | 66 Frame: '<!--framePath //<!--frame0-->-->' |
62 -------- | 67 -------- |
63 { | 68 { |
64 "bounds": [285, 230], | 69 "bounds": [300, 100], |
65 "children": [ | 70 "children": [ |
66 { | 71 { |
67 "bounds": [285, 230], | 72 "bounds": [300, 100], |
68 "drawsContent": true, | 73 "drawsContent": true, |
74 "backgroundColor": "#FFFF00", | |
69 "children": [ | 75 "children": [ |
70 { | 76 { |
71 "position": [18, 10], | 77 "position": [8, 8], |
72 "bounds": [210, 210], | 78 "bounds": [284, 84], |
73 "contentsOpaque": true, | |
74 "drawsContent": true, | 79 "drawsContent": true, |
75 "backgroundColor": "#0000FF" | 80 "backgroundColor": "#FFFF00" |
76 } | 81 } |
77 ] | 82 ] |
78 } | 83 } |
79 ] | 84 ] |
80 } | 85 } |
81 | 86 |
OLD | NEW |