| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 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", | 10 "object": "LayoutSVGContainer g", |
| 11 "rect": [9, 13, 46, 28], | 11 "rect": [9, 13, 46, 28], |
| 12 "reason": "bounds change" | 12 "reason": "bounds change" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutSVGInlineText #text", | 15 "object": "LayoutSVGInlineText #text", |
| 16 "rect": [9, 13, 46, 28], | 16 "rect": [9, 13, 46, 28], |
| 17 "reason": "style change" | 17 "reason": "style change" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutSVGRoot svg", | |
| 21 "rect": [9, 13, 46, 28], | |
| 22 "reason": "bounds change" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutSVGText text id='t'", | 20 "object": "LayoutSVGText text id='t'", |
| 26 "rect": [9, 13, 46, 28], | 21 "rect": [9, 13, 46, 28], |
| 27 "reason": "style change" | 22 "reason": "style change" |
| 28 } | 23 } |
| 29 ] | 24 ] |
| 30 } | 25 } |
| 31 ], | 26 ], |
| 32 "objectPaintInvalidations": [ | 27 "objectPaintInvalidations": [ |
| 33 { | 28 { |
| 34 "object": "LayoutSVGRoot svg", | |
| 35 "reason": "bounds change" | |
| 36 }, | |
| 37 { | |
| 38 "object": "LayoutSVGContainer g", | 29 "object": "LayoutSVGContainer g", |
| 39 "reason": "bounds change" | 30 "reason": "bounds change" |
| 40 }, | 31 }, |
| 41 { | 32 { |
| 42 "object": "LayoutSVGText text id='t'", | 33 "object": "LayoutSVGText text id='t'", |
| 43 "reason": "style change" | 34 "reason": "style change" |
| 44 }, | 35 }, |
| 45 { | 36 { |
| 46 "object": "RootInlineBox", | 37 "object": "RootInlineBox", |
| 47 "reason": "style change" | 38 "reason": "style change" |
| 48 }, | 39 }, |
| 49 { | 40 { |
| 50 "object": "LayoutSVGInlineText #text", | 41 "object": "LayoutSVGInlineText #text", |
| 51 "reason": "style change" | 42 "reason": "style change" |
| 52 }, | 43 }, |
| 53 { | 44 { |
| 54 "object": "InlineTextBox 'Hello'", | 45 "object": "InlineTextBox 'Hello'", |
| 55 "reason": "style change" | 46 "reason": "style change" |
| 56 } | 47 } |
| 57 ] | 48 ] |
| 58 } | 49 } |
| 59 | 50 |
| OLD | NEW |