| 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 |
| OLD | NEW |