OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true | 7 "drawsContent": true |
8 }, | 8 }, |
9 { | 9 { |
10 "name": "LayoutTableRow TR", | 10 "name": "LayoutTableRow TR", |
11 "position": [8, 18], | 11 "position": [8, 18], |
12 "bounds": [234, 0], | 12 "transformOrigin": [117, 0], |
13 "drawsContent": true, | 13 "drawsContent": true, |
14 "backgroundColor": "#0000FF" | 14 "backgroundColor": "#0000FF" |
15 }, | 15 }, |
16 { | 16 { |
17 "name": "LayoutTableRow TR", | 17 "name": "LayoutTableRow TR", |
18 "position": [8, 28], | 18 "position": [8, 28], |
19 "bounds": [234, 102], | 19 "bounds": [234, 102], |
20 "drawsContent": true, | 20 "drawsContent": true, |
21 "backgroundColor": "#0000FF" | 21 "backgroundColor": "#0000FF" |
22 }, | 22 }, |
(...skipping 13 matching lines...) Expand all Loading... |
36 } | 36 } |
37 ], | 37 ], |
38 "objectPaintInvalidations": [ | 38 "objectPaintInvalidations": [ |
39 { | 39 { |
40 "object": "LayoutTableCell TD id='target'", | 40 "object": "LayoutTableCell TD id='target'", |
41 "reason": "style change" | 41 "reason": "style change" |
42 } | 42 } |
43 ] | 43 ] |
44 } | 44 } |
45 | 45 |
OLD | NEW |