OLD | NEW |
(Empty) | |
| 1 { |
| 2 "layers": [ |
| 3 { |
| 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, |
| 7 "drawsContent": true, |
| 8 "paintInvalidations": [ |
| 9 { |
| 10 "object": "LayoutTable TABLE", |
| 11 "rect": [8, 82, 112, 112], |
| 12 "reason": "invalidate paint rectangle" |
| 13 } |
| 14 ] |
| 15 }, |
| 16 { |
| 17 "name": "LayoutTableSection THEAD id='a'", |
| 18 "position": [10, 84], |
| 19 "bounds": [107, 107], |
| 20 "drawsContent": true, |
| 21 "paintInvalidations": [ |
| 22 { |
| 23 "object": "LayoutTableSection THEAD id='a'", |
| 24 "rect": [0, 0, 107, 107], |
| 25 "reason": "style change" |
| 26 } |
| 27 ] |
| 28 } |
| 29 ], |
| 30 "objectPaintInvalidations": [ |
| 31 { |
| 32 "object": "LayoutTable TABLE", |
| 33 "reason": "invalidate paint rectangle" |
| 34 }, |
| 35 { |
| 36 "object": "LayoutTableSection THEAD id='a'", |
| 37 "reason": "style change" |
| 38 } |
| 39 ] |
| 40 } |
| 41 |
OLD | NEW |