| 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": [600, 400], | 11 "bounds": [600, 400], |
| 12 "drawsContent": true, | 12 "drawsContent": true, |
| 13 "backfaceVisibility": "hidden", | 13 "backfaceVisibility": "hidden", |
| 14 "paintInvalidations": [ | 14 "paintInvalidations": [ |
| 15 { | 15 { |
| 16 "object": "LayoutText #text", |
| 17 "rect": [520, 0, 80, 340], |
| 18 "reason": "style change" |
| 19 }, |
| 20 { |
| 16 "object": "InlineTextBox 'Lorem ipsum dolor'", | 21 "object": "InlineTextBox 'Lorem ipsum dolor'", |
| 17 "rect": [0, 0, 0, 0], | |
| 18 "reason": "style change" | 22 "reason": "style change" |
| 19 }, | 23 }, |
| 20 { | 24 { |
| 21 "object": "InlineTextBox 'adipiscing elit.'", | 25 "object": "InlineTextBox 'adipiscing elit.'", |
| 22 "rect": [0, 0, 0, 0], | |
| 23 "reason": "style change" | 26 "reason": "style change" |
| 24 }, | 27 }, |
| 25 { | 28 { |
| 26 "object": "InlineTextBox 'consectetur'", | 29 "object": "InlineTextBox 'consectetur'", |
| 27 "rect": [0, 0, 0, 0], | |
| 28 "reason": "style change" | 30 "reason": "style change" |
| 29 }, | 31 }, |
| 30 { | 32 { |
| 31 "object": "InlineTextBox 'sit amet,'", | 33 "object": "InlineTextBox 'sit amet,'", |
| 32 "rect": [0, 0, 0, 0], | |
| 33 "reason": "style change" | |
| 34 }, | |
| 35 { | |
| 36 "object": "LayoutText #text", | |
| 37 "rect": [520, 0, 80, 340], | |
| 38 "reason": "style change" | 34 "reason": "style change" |
| 39 } | 35 } |
| 40 ] | 36 ] |
| 41 } | 37 } |
| 42 ] | 38 ] |
| 43 } | 39 } |
| 44 ] | 40 ] |
| 45 } | 41 } |
| 46 | 42 |
| OLD | NEW |