| 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, |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 "bounds": [100, 100], | 59 "bounds": [100, 100], |
| 60 "contentsOpaque": true, | 60 "contentsOpaque": true, |
| 61 "drawsContent": true, | 61 "drawsContent": true, |
| 62 "backgroundColor": "#0000FF" | 62 "backgroundColor": "#0000FF" |
| 63 } | 63 } |
| 64 ] | 64 ] |
| 65 } | 65 } |
| 66 ] | 66 ] |
| 67 } | 67 } |
| 68 | 68 |
| 69 | |
| 70 -------- | |
| 71 Frame: '<!--framePath //<!--frame0-->-->' | |
| 72 -------- | |
| 73 { | |
| 74 "bounds": [285, 230], | |
| 75 "children": [ | |
| 76 { | |
| 77 "bounds": [285, 230], | |
| 78 "drawsContent": true, | |
| 79 "backgroundColor": "#C0C0C0", | |
| 80 "children": [ | |
| 81 { | |
| 82 "position": [18, 10], | |
| 83 "bounds": [210, 210], | |
| 84 "contentsOpaque": true, | |
| 85 "drawsContent": true, | |
| 86 "backgroundColor": "#0000FF" | |
| 87 } | |
| 88 ] | |
| 89 } | |
| 90 ] | |
| 91 } | |
| 92 | |
| OLD | NEW |