| 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": "LayoutSVGContainer g id='content'", | 10 "object": "LayoutSVGContainer g id='content'", |
| 11 "rect": [16, 42, 784, 170], | 11 "rect": [16, 42, 784, 170], |
| 12 "reason": "full" |
| 13 }, |
| 14 { |
| 15 "object": "LayoutSVGContainer g id='content'", |
| 16 "rect": [16, 42, 784, 170], |
| 12 "reason": "bounds change" | 17 "reason": "bounds change" |
| 13 }, | 18 }, |
| 14 { | 19 { |
| 15 "object": "LayoutSVGInlineText #text", | 20 "object": "LayoutSVGInlineText #text", |
| 16 "rect": [16, 42, 784, 170], | 21 "rect": [16, 42, 784, 170], |
| 17 "reason": "layoutObject insertion" | 22 "reason": "layoutObject insertion" |
| 18 }, | 23 }, |
| 19 { | 24 { |
| 20 "object": "LayoutSVGRoot svg id='svg-root'", | 25 "object": "LayoutSVGRoot svg id='svg-root'", |
| 21 "rect": [16, 42, 784, 170], | 26 "rect": [16, 42, 784, 170], |
| 22 "reason": "bounds change" | 27 "reason": "bounds change" |
| 23 }, | 28 }, |
| 24 { | 29 { |
| 25 "object": "LayoutSVGText text", | 30 "object": "LayoutSVGText text", |
| 26 "rect": [16, 42, 784, 170], | 31 "rect": [16, 42, 784, 170], |
| 27 "reason": "style change" | 32 "reason": "style change" |
| 28 }, | 33 }, |
| 29 { | 34 { |
| 30 "object": "LayoutSVGText text", | 35 "object": "LayoutSVGText text", |
| 31 "rect": [16, 42, 784, 170], | 36 "rect": [16, 42, 784, 170], |
| 32 "reason": "layoutObject insertion" | 37 "reason": "layoutObject insertion" |
| 33 }, | 38 }, |
| 34 { | 39 { |
| 35 "object": "LayoutSVGContainer g id='content'", | |
| 36 "rect": [334, 42, 466, 170], | |
| 37 "reason": "incremental" | |
| 38 }, | |
| 39 { | |
| 40 "object": "LayoutSVGInlineText #text", | 40 "object": "LayoutSVGInlineText #text", |
| 41 "rect": [334, 42, 466, 170], | 41 "rect": [334, 42, 466, 170], |
| 42 "reason": "incremental" | 42 "reason": "incremental" |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 "object": "LayoutSVGRoot svg id='svg-root'", | 45 "object": "LayoutSVGRoot svg id='svg-root'", |
| 46 "rect": [334, 42, 466, 170], | 46 "rect": [334, 42, 466, 170], |
| 47 "reason": "incremental" | 47 "reason": "incremental" |
| 48 }, | 48 }, |
| 49 { | 49 { |
| (...skipping 27 matching lines...) Expand all Loading... |
| 77 }, | 77 }, |
| 78 { | 78 { |
| 79 "object": "RootInlineBox", | 79 "object": "RootInlineBox", |
| 80 "reason": "full" | 80 "reason": "full" |
| 81 } | 81 } |
| 82 ] | 82 ] |
| 83 } | 83 } |
| 84 ] | 84 ] |
| 85 } | 85 } |
| 86 | 86 |
| OLD | NEW |