OLD | NEW |
(Empty) | |
| 1 { |
| 2 "layers": [ |
| 3 { |
| 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, |
| 7 "drawsContent": true, |
| 8 "paintInvalidations": [ |
| 9 { |
| 10 "object": "LayoutSVGViewportContainer svg id='inner'", |
| 11 "rect": [0, 0, 200, 200], |
| 12 "reason": "full" |
| 13 } |
| 14 ] |
| 15 } |
| 16 ], |
| 17 "objectPaintInvalidations": [ |
| 18 { |
| 19 "object": "LayoutSVGViewportContainer svg id='inner'", |
| 20 "reason": "full" |
| 21 }, |
| 22 { |
| 23 "object": "LayoutSVGRect rect", |
| 24 "reason": "full" |
| 25 }, |
| 26 { |
| 27 "object": "LayoutSVGRect rect", |
| 28 "reason": "full" |
| 29 }, |
| 30 { |
| 31 "object": "LayoutSVGText text", |
| 32 "reason": "full" |
| 33 }, |
| 34 { |
| 35 "object": "RootInlineBox", |
| 36 "reason": "full" |
| 37 }, |
| 38 { |
| 39 "object": "LayoutSVGInlineText #text", |
| 40 "reason": "forced by layout" |
| 41 }, |
| 42 { |
| 43 "object": "InlineTextBox 'right-aligned text'", |
| 44 "reason": "forced by layout" |
| 45 }, |
| 46 { |
| 47 "object": "LayoutSVGContainer use", |
| 48 "reason": "full" |
| 49 }, |
| 50 { |
| 51 "object": "LayoutSVGPath polygon id='triangle'", |
| 52 "reason": "bounds change" |
| 53 } |
| 54 ] |
| 55 } |
| 56 |
OLD | NEW |