| 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": "LayoutBlockFlow div id='contentBox'", | 10 "object": "LayoutBlockFlow div id='contentBox'", |
| 11 "rect": [8, 52, 402, 402], | 11 "rect": [8, 52, 402, 402], |
| 12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutSVGPath path", | 15 "object": "LayoutSVGPath path", |
| 16 "rect": [27, 69, 364, 364], | |
| 17 "reason": "bounds change" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", | |
| 21 "rect": [27, 69, 364, 364], | |
| 22 "reason": "bounds change" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutSVGPath path", | |
| 26 "rect": [16, 59, 136, 137], | 16 "rect": [16, 59, 136, 137], |
| 27 "reason": "bounds change" | 17 "reason": "bounds change" |
| 28 }, | |
| 29 { | |
| 30 "object": "LayoutSVGPath path", | |
| 31 "rect": [13, 207, 92, 91], | |
| 32 "reason": "bounds change" | |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", | |
| 36 "rect": [13, 207, 92, 91], | |
| 37 "reason": "bounds change" | |
| 38 } | 18 } |
| 39 ] | 19 ] |
| 40 } | 20 } |
| 41 ], | 21 ], |
| 42 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
| 43 { | 23 { |
| 44 "object": "LayoutBlockFlow div id='contentBox'", | 24 "object": "LayoutBlockFlow div id='contentBox'", |
| 45 "reason": "forced by layout" | 25 "reason": "forced by layout" |
| 46 }, | 26 }, |
| 47 { | 27 { |
| (...skipping 16 matching lines...) Expand all Loading... |
| 64 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", | 44 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", |
| 65 "reason": "bounds change" | 45 "reason": "bounds change" |
| 66 }, | 46 }, |
| 67 { | 47 { |
| 68 "object": "LayoutSVGPath path", | 48 "object": "LayoutSVGPath path", |
| 69 "reason": "bounds change" | 49 "reason": "bounds change" |
| 70 } | 50 } |
| 71 ] | 51 ] |
| 72 } | 52 } |
| 73 | 53 |
| OLD | NEW |