| 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 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "InlineTextBox 'Foo'", | |
| 11 "rect": [0, 0, 0, 0], | |
| 12 "reason": "full" | |
| 13 }, | |
| 14 { | |
| 15 "object": "InlineTextBox 'Foo'", | |
| 16 "rect": [0, 0, 0, 0], | |
| 17 "reason": "outline" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutSVGInlineText #text", | 10 "object": "LayoutSVGInlineText #text", |
| 21 "rect": [103, 26, 160, 113], | 11 "rect": [103, 26, 160, 113], |
| 22 "reason": "outline" | 12 "reason": "outline" |
| 23 }, | 13 }, |
| 24 { | 14 { |
| 15 "object": "LayoutSVGText text", |
| 16 "rect": [103, 26, 160, 113], |
| 17 "reason": "full" |
| 18 }, |
| 19 { |
| 25 "object": "LayoutSVGInlineText #text", | 20 "object": "LayoutSVGInlineText #text", |
| 26 "rect": [63, 26, 160, 113], | 21 "rect": [63, 26, 160, 113], |
| 27 "reason": "outline" | 22 "reason": "outline" |
| 28 }, | 23 }, |
| 29 { | 24 { |
| 25 "object": "LayoutSVGText text", |
| 26 "rect": [63, 26, 160, 113], |
| 27 "reason": "full" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutSVGRoot svg", | 30 "object": "LayoutSVGRoot svg", |
| 31 "rect": [118, 41, 130, 83], | 31 "rect": [118, 41, 130, 83], |
| 32 "reason": "bounds change" | 32 "reason": "bounds change" |
| 33 }, | 33 }, |
| 34 { | 34 { |
| 35 "object": "LayoutSVGRoot svg", | 35 "object": "LayoutSVGRoot svg", |
| 36 "rect": [78, 41, 130, 83], | 36 "rect": [78, 41, 130, 83], |
| 37 "reason": "bounds change" | 37 "reason": "bounds change" |
| 38 }, | 38 }, |
| 39 { | 39 { |
| 40 "object": "LayoutSVGText text", | 40 "object": "InlineTextBox 'Foo'", |
| 41 "rect": [103, 26, 160, 113], | |
| 42 "reason": "full" | 41 "reason": "full" |
| 43 }, | 42 }, |
| 44 { | 43 { |
| 45 "object": "LayoutSVGText text", | 44 "object": "InlineTextBox 'Foo'", |
| 46 "rect": [63, 26, 160, 113], | 45 "reason": "outline" |
| 46 }, |
| 47 { |
| 48 "object": "RootInlineBox", |
| 47 "reason": "full" | 49 "reason": "full" |
| 48 }, | 50 }, |
| 49 { | 51 { |
| 50 "object": "RootInlineBox", | 52 "object": "RootInlineBox", |
| 51 "rect": [0, 0, 0, 0], | |
| 52 "reason": "full" | |
| 53 }, | |
| 54 { | |
| 55 "object": "RootInlineBox", | |
| 56 "rect": [0, 0, 0, 0], | |
| 57 "reason": "full" | 53 "reason": "full" |
| 58 } | 54 } |
| 59 ] | 55 ] |
| 60 } | 56 } |
| 61 ] | 57 ] |
| 62 } | 58 } |
| 63 | 59 |
| OLD | NEW |