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