| 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 'Hello'", | 10 "object": "InlineTextBox 'Hello'", |
| 11 "rect": [0, 0, 0, 0], | 11 "rect": [0, 0, 0, 0], |
| 12 "reason": "full" | 12 "reason": "full" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "InlineTextBox 'Hello'", | 15 "object": "InlineTextBox 'Hello'", |
| 16 "rect": [0, 0, 0, 0], | 16 "rect": [0, 0, 0, 0], |
| 17 "reason": "style change" | 17 "reason": "style change" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutSVGContainer g", | 20 "object": "LayoutSVGContainer g", |
| 21 "rect": [13, 17, 38, 20], | |
| 22 "reason": "bounds change" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutSVGContainer g", | |
| 26 "rect": [9, 13, 46, 28], | 21 "rect": [9, 13, 46, 28], |
| 27 "reason": "bounds change" | 22 "reason": "bounds change" |
| 28 }, | 23 }, |
| 29 { | 24 { |
| 30 "object": "LayoutSVGInlineText #text", | 25 "object": "LayoutSVGInlineText #text", |
| 31 "rect": [13, 17, 38, 20], | |
| 32 "reason": "style change" | |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutSVGInlineText #text", | |
| 36 "rect": [9, 13, 46, 28], | 26 "rect": [9, 13, 46, 28], |
| 37 "reason": "style change" | 27 "reason": "style change" |
| 38 }, | 28 }, |
| 39 { | 29 { |
| 40 "object": "LayoutSVGRoot svg", | 30 "object": "LayoutSVGRoot svg", |
| 41 "rect": [13, 17, 38, 20], | |
| 42 "reason": "bounds change" | |
| 43 }, | |
| 44 { | |
| 45 "object": "LayoutSVGRoot svg", | |
| 46 "rect": [9, 13, 46, 28], | 31 "rect": [9, 13, 46, 28], |
| 47 "reason": "bounds change" | 32 "reason": "bounds change" |
| 48 }, | 33 }, |
| 49 { | 34 { |
| 50 "object": "LayoutSVGText text id='t'", | 35 "object": "LayoutSVGText text id='t'", |
| 51 "rect": [13, 17, 38, 20], | |
| 52 "reason": "style change" | |
| 53 }, | |
| 54 { | |
| 55 "object": "LayoutSVGText text id='t'", | |
| 56 "rect": [9, 13, 46, 28], | 36 "rect": [9, 13, 46, 28], |
| 57 "reason": "style change" | 37 "reason": "style change" |
| 58 }, | 38 }, |
| 59 { | 39 { |
| 60 "object": "RootInlineBox", | 40 "object": "RootInlineBox", |
| 61 "rect": [0, 0, 0, 0], | 41 "rect": [0, 0, 0, 0], |
| 62 "reason": "full" | 42 "reason": "full" |
| 63 }, | 43 }, |
| 64 { | 44 { |
| 65 "object": "RootInlineBox", | 45 "object": "RootInlineBox", |
| 66 "rect": [0, 0, 0, 0], | 46 "rect": [0, 0, 0, 0], |
| 67 "reason": "full" | 47 "reason": "full" |
| 68 } | 48 } |
| 69 ] | 49 ] |
| 70 } | 50 } |
| 71 ] | 51 ] |
| 72 } | 52 } |
| 73 | 53 |
| OLD | NEW |