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": "LayoutSVGInlineText #text", | |
11 "rect": [80, 0, 551, 114], | |
12 "reason": "subtree" | |
13 }, | |
14 { | |
15 "object": "LayoutSVGText text id='bounce'", | 10 "object": "LayoutSVGText text id='bounce'", |
16 "rect": [80, 0, 551, 114], | 11 "rect": [80, 0, 551, 114], |
17 "reason": "subtree" | 12 "reason": "subtree" |
18 }, | 13 }, |
19 { | 14 { |
20 "object": "LayoutSVGInlineText #text", | |
21 "rect": [30, 0, 404, 57], | |
22 "reason": "subtree" | |
23 }, | |
24 { | |
25 "object": "LayoutSVGText text id='bounce'", | 15 "object": "LayoutSVGText text id='bounce'", |
26 "rect": [30, 0, 404, 57], | 16 "rect": [30, 0, 404, 57], |
27 "reason": "subtree" | 17 "reason": "subtree" |
28 } | 18 } |
29 ] | 19 ] |
30 } | 20 } |
31 ], | 21 ], |
32 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
33 { | 23 { |
34 "object": "LayoutSVGText text id='bounce'", | 24 "object": "LayoutSVGText text id='bounce'", |
35 "reason": "subtree" | 25 "reason": "subtree" |
36 }, | 26 }, |
37 { | 27 { |
38 "object": "RootInlineBox", | 28 "object": "RootInlineBox", |
39 "reason": "subtree" | 29 "reason": "subtree" |
40 }, | 30 }, |
41 { | 31 { |
42 "object": "LayoutSVGInlineText #text", | 32 "object": "LayoutSVGInlineText #text", |
43 "reason": "subtree" | 33 "reason": "subtree" |
44 }, | 34 }, |
45 { | 35 { |
46 "object": "InlineTextBox 'Repaint me!'", | 36 "object": "InlineTextBox 'Repaint me!'", |
47 "reason": "subtree" | 37 "reason": "subtree" |
48 } | 38 } |
49 ] | 39 ] |
50 } | 40 } |
51 | 41 |
OLD | NEW |