OLD | NEW |
---|---|
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "repaintRects": [ | 8 "repaintRects": [ |
9 [8, 8, 30, 30] | 9 [0, 60, 200, 400], |
10 [0, 60, 100, 100], | |
11 [0, 40, 200, 400], | |
12 [0, 40, 100, 100], | |
13 [0, 20, 800, 400], | |
14 [0, 0, 800, 400] | |
10 ] | 15 ] |
11 } | 16 } |
12 ] | 17 ] |
13 } | 18 } |
14 | 19 |
OLD | NEW |