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 [16, 16, 18, 18], | 9 [16, 16, 18, 18], |
10 [16, 16, 18, 18], | 10 [16, 16, 18, 18], |
(...skipping 24 matching lines...) Expand all Loading... |
35 "LayoutSVGInlineText #text", | 35 "LayoutSVGInlineText #text", |
36 "InlineTextBox 'Pattern on stroke'", | 36 "InlineTextBox 'Pattern on stroke'", |
37 "LayoutSVGText text", | 37 "LayoutSVGText text", |
38 "LayoutSVGInlineText #text", | 38 "LayoutSVGInlineText #text", |
39 "InlineTextBox 'Pattern on fill/stroke'" | 39 "InlineTextBox 'Pattern on fill/stroke'" |
40 ] | 40 ] |
41 } | 41 } |
42 ] | 42 ] |
43 } | 43 } |
44 | 44 |
OLD | NEW |