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": "LayoutText #text", |
| 11 "rect": [328, 8, 240, 21], |
| 12 "reason": "style change" |
| 13 } |
| 14 ] |
| 15 } |
| 16 ], |
| 17 "objectPaintInvalidations": [ |
| 18 { |
| 19 "object": "LayoutInline SPAN id='target'", |
| 20 "reason": "style change" |
| 21 }, |
| 22 { |
| 23 "object": "LayoutText #text", |
| 24 "reason": "style change" |
| 25 }, |
| 26 { |
| 27 "object": "InlineTextBox 'PASS'", |
| 28 "reason": "style change" |
| 29 } |
| 30 ] |
| 31 } |
| 32 |
OLD | NEW |