OLD | NEW |
1 CASE 1, original layer tree | 1 CASE 1, original layer tree |
2 { | 2 { |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "bounds": [800, 600], | 6 "bounds": [800, 600], |
7 "contentsOpaque": true, | 7 "contentsOpaque": true, |
8 "drawsContent": true, | 8 "drawsContent": true, |
9 "children": [ | 9 "children": [ |
10 { | 10 { |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 "bounds": [100, 100], | 45 "bounds": [100, 100], |
46 "contentsOpaque": true, | 46 "contentsOpaque": true, |
47 "drawsContent": true, | 47 "drawsContent": true, |
48 "backgroundColor": "#0000FF" | 48 "backgroundColor": "#0000FF" |
49 }, | 49 }, |
50 { | 50 { |
51 "position": [4, 4], | 51 "position": [4, 4], |
52 "bounds": [276, 276], | 52 "bounds": [276, 276], |
53 "drawsContent": true, | 53 "drawsContent": true, |
54 "repaintRects": [ | 54 "repaintRects": [ |
55 [1, 1, 130, 130] | 55 [0, 0, 132, 132] |
56 ] | 56 ] |
57 } | 57 } |
58 ] | 58 ] |
59 } | 59 } |
60 ] | 60 ] |
61 } | 61 } |
62 ] | 62 ] |
63 } | 63 } |
64 CASE 3, hovering over the inner div | 64 CASE 3, hovering over the inner div |
65 { | 65 { |
(...skipping 12 matching lines...) Expand all Loading... |
78 "bounds": [100, 100], | 78 "bounds": [100, 100], |
79 "contentsOpaque": true, | 79 "contentsOpaque": true, |
80 "drawsContent": true, | 80 "drawsContent": true, |
81 "backgroundColor": "#0000FF" | 81 "backgroundColor": "#0000FF" |
82 }, | 82 }, |
83 { | 83 { |
84 "position": [4, 4], | 84 "position": [4, 4], |
85 "bounds": [276, 276], | 85 "bounds": [276, 276], |
86 "drawsContent": true, | 86 "drawsContent": true, |
87 "repaintRects": [ | 87 "repaintRects": [ |
88 [18, 21, 86, 86], | 88 [18, 21, 87, 87], |
89 [1, 1, 130, 130] | 89 [0, 0, 132, 132] |
90 ] | 90 ] |
91 } | 91 } |
92 ] | 92 ] |
93 } | 93 } |
94 ] | 94 ] |
95 } | 95 } |
96 ] | 96 ] |
97 } | 97 } |
98 | 98 |
OLD | NEW |