| { |
| "layers": [ |
| { |
| "name": "LayoutView #document", |
| "bounds": [800, 600], |
| "contentsOpaque": true, |
| "backgroundColor": "#FFFFFF", |
| "paintInvalidations": [ |
| { |
| "object": "InlineTextBox 'Foo'", |
| "rect": [103, 26, 160, 113], |
| "reason": "disappeared" |
| }, |
| { |
| "object": "LayoutSVGText text", |
| "rect": [103, 26, 160, 113], |
| "reason": "full" |
| }, |
| { |
| "object": "InlineTextBox 'Foo'", |
| "rect": [63, 26, 160, 113], |
| "reason": "appeared" |
| }, |
| { |
| "object": "LayoutSVGText text", |
| "rect": [63, 26, 160, 113], |
| "reason": "full" |
| } |
| ] |
| } |
| ], |
| "objectPaintInvalidations": [ |
| { |
| "object": "LayoutSVGText text", |
| "reason": "full" |
| }, |
| { |
| "object": "RootInlineBox", |
| "reason": "full" |
| }, |
| { |
| "object": "LayoutSVGInlineText #text", |
| "reason": "geometry" |
| }, |
| { |
| "object": "InlineTextBox 'Foo'", |
| "reason": "geometry" |
| } |
| ] |
| } |
| |