OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "repaintRects": [ | 8 "repaintRects": [ |
9 [90, 76, 286, 17], | 9 [90, 76, 286, 17], |
10 [90, 76, 286, 17], | 10 [90, 76, 286, 17], |
11 [90, 56, 215, 17], | 11 [90, 56, 215, 17], |
12 [90, 56, 215, 17], | 12 [90, 56, 215, 17], |
13 [46, 103, 128, 122], | 13 [46, 103, 128, 122], |
14 [45, 102, 79, 73], | 14 [45, 102, 79, 73], |
15 [10, 175, 498, 50] | 15 [10, 175, 498, 50] |
| 16 ], |
| 17 "paintInvalidationClients": [ |
| 18 "LayoutSVGRoot svg", |
| 19 "LayoutSVGPath path", |
| 20 "LayoutSVGText text id='d_start'", |
| 21 "LayoutSVGInlineText #text", |
| 22 "InlineTextBox 'M50,150 l45,-43 l24,64 l-69,-21z'", |
| 23 "LayoutSVGText text id='d_end'", |
| 24 "LayoutSVGInlineText #text", |
| 25 "InlineTextBox 'M 50 150 l 45 -43 l 50 50 l 24 64 l -69 -21 Z'" |
16 ] | 26 ] |
17 } | 27 } |
18 ] | 28 ] |
19 } | 29 } |
20 | 30 |
OLD | NEW |