| 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": "LayoutSVGInlineText #text", | 10 "object": "LayoutSVGInlineText #text", |
| 11 "rect": [8, 58, 400, 100], | 11 "rect": [8, 58, 400, 100], |
| 12 "reason": "bounds change" | 12 "reason": "subtree" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutSVGRoot svg", | 15 "object": "LayoutSVGRoot svg", |
| 16 "rect": [8, 58, 400, 100], | 16 "rect": [8, 58, 400, 100], |
| 17 "reason": "bounds change" | 17 "reason": "bounds change" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutSVGText text", | 20 "object": "LayoutSVGText text", |
| 21 "rect": [8, 58, 400, 100], | 21 "rect": [8, 58, 400, 100], |
| 22 "reason": "style change" | 22 "reason": "subtree" |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "object": "LayoutSVGInlineText #text", | 25 "object": "LayoutSVGInlineText #text", |
| 26 "rect": [8, 8, 400, 100], | 26 "rect": [8, 8, 400, 100], |
| 27 "reason": "bounds change" | 27 "reason": "subtree" |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "object": "LayoutSVGRoot svg", | 30 "object": "LayoutSVGRoot svg", |
| 31 "rect": [8, 8, 400, 100], | 31 "rect": [8, 8, 400, 100], |
| 32 "reason": "bounds change" | 32 "reason": "bounds change" |
| 33 }, | 33 }, |
| 34 { | 34 { |
| 35 "object": "LayoutSVGText text", | 35 "object": "LayoutSVGText text", |
| 36 "rect": [8, 8, 400, 100], | 36 "rect": [8, 8, 400, 100], |
| 37 "reason": "style change" | 37 "reason": "subtree" |
| 38 }, | 38 }, |
| 39 { | 39 { |
| 40 "object": "InlineTextBox 'Test'", | 40 "object": "InlineTextBox 'Test'", |
| 41 "reason": "full" | 41 "reason": "full" |
| 42 }, | 42 }, |
| 43 { | 43 { |
| 44 "object": "InlineTextBox 'Test'", | 44 "object": "InlineTextBox 'Test'", |
| 45 "reason": "bounds change" | 45 "reason": "subtree" |
| 46 }, | 46 }, |
| 47 { | 47 { |
| 48 "object": "RootInlineBox", | 48 "object": "RootInlineBox", |
| 49 "reason": "full" | 49 "reason": "full" |
| 50 }, | 50 }, |
| 51 { | 51 { |
| 52 "object": "RootInlineBox", | 52 "object": "RootInlineBox", |
| 53 "reason": "full" | 53 "reason": "full" |
| 54 } | 54 } |
| 55 ] | 55 ] |
| 56 } | 56 } |
| 57 ] | 57 ] |
| 58 } | 58 } |
| 59 | 59 |
| OLD | NEW |