11{
22 "layers": [
33 {
44 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "backgroundColor": "#FFFFFF"
7 },
8 {
9 "name": "Scrolling Layer",
10 "bounds": [800, 600],
11 "drawsContent": false
12 },
13 {
14 "name": "Scrolling Contents Layer",
515 "bounds": [800, 600],
616 "contentsOpaque": true,
717 "backgroundColor": "#FFFFFF",
818 "paintInvalidations": [
919 {
1020 "object": "LayoutSVGRect rect",
11 "rect": [24, 24, 402, 402],
21 "rect": [23, 23, 404, 404],
1222 "reason": "SVG resource change"
1323 }
1424 ]