| 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 11 matching lines...) Expand all Loading... |
| 22 "bounds": [285, 150], | 22 "bounds": [285, 150], |
| 23 "children": [ | 23 "children": [ |
| 24 { | 24 { |
| 25 "children": [ | 25 "children": [ |
| 26 { | 26 { |
| 27 "bounds": [285, 230], | 27 "bounds": [285, 230], |
| 28 "children": [ | 28 "children": [ |
| 29 { | 29 { |
| 30 "bounds": [285, 230], | 30 "bounds": [285, 230], |
| 31 "drawsContent": true, | 31 "drawsContent": true, |
| 32 "backgroundColor": "#C0C0C0", |
| 32 "children": [ | 33 "children": [ |
| 33 { | 34 { |
| 34 "position": [18, 10], | 35 "position": [18, 10], |
| 35 "bounds": [210, 210], | 36 "bounds": [210, 210], |
| 36 "contentsOpaque": true, | 37 "contentsOpaque": true, |
| 37 "drawsContent": true, | 38 "drawsContent": true, |
| 38 "backgroundColor": "#0000FF" | 39 "backgroundColor": "#0000FF" |
| 39 } | 40 } |
| 40 ] | 41 ] |
| 41 } | 42 } |
| (...skipping 27 matching lines...) Expand all Loading... |
| 69 | 70 |
| 70 -------- | 71 -------- |
| 71 Frame: '<!--framePath //<!--frame0-->-->' | 72 Frame: '<!--framePath //<!--frame0-->-->' |
| 72 -------- | 73 -------- |
| 73 { | 74 { |
| 74 "bounds": [285, 230], | 75 "bounds": [285, 230], |
| 75 "children": [ | 76 "children": [ |
| 76 { | 77 { |
| 77 "bounds": [285, 230], | 78 "bounds": [285, 230], |
| 78 "drawsContent": true, | 79 "drawsContent": true, |
| 80 "backgroundColor": "#C0C0C0", |
| 79 "children": [ | 81 "children": [ |
| 80 { | 82 { |
| 81 "position": [18, 10], | 83 "position": [18, 10], |
| 82 "bounds": [210, 210], | 84 "bounds": [210, 210], |
| 83 "contentsOpaque": true, | 85 "contentsOpaque": true, |
| 84 "drawsContent": true, | 86 "drawsContent": true, |
| 85 "backgroundColor": "#0000FF" | 87 "backgroundColor": "#0000FF" |
| 86 } | 88 } |
| 87 ] | 89 ] |
| 88 } | 90 } |
| 89 ] | 91 ] |
| 90 } | 92 } |
| 91 | 93 |
| OLD | NEW |