OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [785, 5021], | 5 "bounds": [785, 5021], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true | 7 "drawsContent": true |
8 }, | 8 }, |
9 { | 9 { |
10 "name": "LayoutBlockFlow DIV id='transform'", | 10 "name": "LayoutBlockFlow DIV id='transform'", |
11 "position": [108, 113], | 11 "position": [108, 113], |
12 "transformOrigin": [284.5, -100], | 12 "transformOrigin": [284.5, -100], |
13 "bounds": [256, 256], | 13 "bounds": [256, 256], |
14 "contentsOpaque": true, | |
15 "drawsContent": true, | 14 "drawsContent": true, |
16 "transform": [ | 15 "transform": [ |
17 [1, 0, 0, 0], | 16 [1, 0, 0, 0], |
18 [0, 1, 0, 0], | 17 [0, 1, 0, 0], |
19 [0, 0, 1, 0], | 18 [0, 0, 1, 0], |
20 [0, 1000, 0, 1] | 19 [0, 1000, 0, 1] |
21 ] | 20 ] |
22 }, | 21 }, |
23 { | 22 { |
24 "name": "LayoutBlockFlow (positioned) DIV id='overlap'", | 23 "name": "LayoutBlockFlow (positioned) DIV id='overlap'", |
25 "position": [0, 1000], | 24 "position": [0, 1000], |
26 "bounds": [500, 500], | 25 "bounds": [500, 500], |
27 "contentsOpaque": true, | 26 "contentsOpaque": true, |
28 "drawsContent": true, | 27 "drawsContent": true, |
29 "backgroundColor": "#008000" | 28 "backgroundColor": "#008000" |
30 } | 29 } |
31 ] | 30 ] |
32 } | 31 } |
33 | 32 |
OLD | NEW |