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 "children": [ | 8 "children": [ |
9 { | 9 { |
10 "position": [8, 8], | 10 "position": [8, 8], |
11 "bounds": [200, 200], | 11 "bounds": [500, 500], |
12 "drawsContent": true, | 12 "drawsContent": true, |
13 "repaintRects": [ | 13 "repaintRects": [ |
14 [0, 0, 185, 200] | 14 [0, 0, 500, 500], |
15 [0, 0, 500, 500] | |
Xianzhu
2014/09/10 23:45:13
This is not fully correct that both the container
| |
15 ], | 16 ], |
16 "children": [ | 17 "children": [ |
17 { | 18 { |
18 "bounds": [185, 185], | 19 "bounds": [485, 485], |
19 "children": [ | 20 "children": [ |
20 { | 21 { |
21 "bounds": [185, 1200], | 22 "bounds": [5000, 5000], |
22 "shouldFlattenTransform": false, | 23 "shouldFlattenTransform": false, |
23 "drawsContent": true, | 24 "drawsContent": true, |
24 "repaintRects": [ | 25 "repaintRects": [ |
25 [0, 0, 185, 200] | 26 [2000, 2000, 3000, 3000], |
Xianzhu
2014/09/10 23:45:13
This is because of the previousPaintInvalidationRe
| |
27 [0, 0, 5000, 5000] | |
26 ], | 28 ], |
27 "children": [ | 29 "children": [ |
28 { | 30 { |
29 "shouldFlattenTransform": false | 31 "shouldFlattenTransform": false |
30 } | 32 } |
31 ] | 33 ] |
32 } | 34 } |
33 ] | 35 ] |
34 }, | 36 }, |
35 { | 37 { |
36 "children": [ | 38 "children": [ |
37 { | 39 { |
38 "position": [0, 185], | 40 "position": [0, 485], |
39 "bounds": [185, 15], | 41 "bounds": [485, 15], |
40 "drawsContent": true | |
41 }, | |
42 { | |
43 "position": [185, 0], | |
44 "bounds": [15, 185], | |
45 "drawsContent": true, | 42 "drawsContent": true, |
46 "repaintRects": [ | 43 "repaintRects": [ |
47 [0, 0, 15, 185], | 44 [0, 0, 485, 15] |
48 [0, 0, 15, 185], | |
49 [0, 0, 15, 185] | |
50 ] | 45 ] |
51 }, | 46 }, |
52 { | 47 { |
53 "position": [185, 185], | 48 "position": [485, 0], |
49 "bounds": [15, 485], | |
50 "drawsContent": true, | |
51 "repaintRects": [ | |
52 [0, 0, 15, 485] | |
53 ] | |
54 }, | |
55 { | |
56 "position": [485, 485], | |
54 "bounds": [15, 15], | 57 "bounds": [15, 15], |
55 "drawsContent": true | 58 "drawsContent": true |
56 } | 59 } |
57 ] | 60 ] |
58 } | 61 } |
59 ] | 62 ] |
60 } | 63 } |
61 ] | 64 ] |
62 } | 65 } |
63 ] | 66 ] |
64 } | 67 } |
65 | 68 |
OLD | NEW |