OLD | NEW |
(Empty) | |
| 1 { |
| 2 "layers": [ |
| 3 { |
| 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, |
| 7 "drawsContent": true |
| 8 }, |
| 9 { |
| 10 "name": "LayoutBlockFlow DIV id='target'", |
| 11 "position": [8, 8], |
| 12 "bounds": [600, 400], |
| 13 "drawsContent": true, |
| 14 "backfaceVisibility": "hidden", |
| 15 "paintInvalidations": [ |
| 16 { |
| 17 "object": "LayoutText #text", |
| 18 "rect": [519, 0, 82, 340], |
| 19 "reason": "style change" |
| 20 } |
| 21 ] |
| 22 } |
| 23 ], |
| 24 "objectPaintInvalidations": [ |
| 25 { |
| 26 "object": "LayoutText #text", |
| 27 "reason": "style change" |
| 28 }, |
| 29 { |
| 30 "object": "InlineTextBox 'Lorem ipsum dolor'", |
| 31 "reason": "style change" |
| 32 }, |
| 33 { |
| 34 "object": "InlineTextBox 'sit amet,'", |
| 35 "reason": "style change" |
| 36 }, |
| 37 { |
| 38 "object": "InlineTextBox 'consectetur'", |
| 39 "reason": "style change" |
| 40 }, |
| 41 { |
| 42 "object": "InlineTextBox 'adipiscing elit.'", |
| 43 "reason": "style change" |
| 44 } |
| 45 ] |
| 46 } |
| 47 |
OLD | NEW |