|
9 | 9 | {
|
---|
10 | 10 | "object": "LayoutSVGRect rect id='clipper'",
|
---|
11 | 11 | "rect": [0, 100, 300, 200],
|
---|
12 | | "reason": "subtree"
|
---|
| 12 | "reason": "appeared"
|
---|
13 | 13 | },
|
---|
14 | 14 | {
|
---|
15 | | "object": "LayoutSVGRect rect id='masker'",
|
---|
| 15 | "object": "LayoutSVGContainer g",
|
---|
16 | 16 | "rect": [0, 0, 300, 100],
|
---|
17 | | "reason": "subtree"
|
---|
| 17 | "reason": "paint property change"
|
---|
18 | 18 | },
|
---|
19 | 19 | {
|
---|
20 | 20 | "object": "LayoutSVGRect rect id='clipper'",
|
---|
21 | 21 | "rect": [100, 0, 200, 300],
|
---|
22 | | "reason": "subtree"
|
---|
| 22 | "reason": "disappeared"
|
---|
23 | 23 | },
|
---|
24 | 24 | {
|
---|
25 | 25 | "object": "LayoutSVGRect rect id='masker'",
|
---|
26 | 26 | "rect": [100, 0, 200, 300],
|
---|
27 | | "reason": "subtree"
|
---|
| 27 | "reason": "appeared"
|
---|
28 | 28 | },
|
---|
29 | 29 | {
|
---|
30 | 30 | "object": "LayoutSVGContainer g",
|
---|
31 | 31 | "rect": [150, 50, 100, 100],
|
---|
32 | | "reason": "geometry"
|
---|
| 32 | "reason": "paint property change"
|
---|
33 | 33 | },
|
---|
34 | 34 | {
|
---|
35 | 35 | "object": "LayoutSVGContainer g",
|
---|
36 | | "rect": [50, 150, 100, 100],
|
---|
37 | | "reason": "geometry"
|
---|
| 36 | "rect": [150, 50, 100, 50],
|
---|
| 37 | "reason": "disappeared"
|
---|
38 | 38 | }
|
---|
39 | 39 | ]
|
---|
40 | 40 | }
|
---|
|
46 | 46 | },
|
---|
47 | 47 | {
|
---|
48 | 48 | "object": "LayoutSVGRect rect id='masker'",
|
---|
49 | | "reason": "subtree"
|
---|
| 49 | "reason": "full"
|
---|
50 | 50 | },
|
---|
51 | 51 | {
|
---|
52 | 52 | "object": "LayoutSVGContainer g",
|
---|
53 | 53 | "reason": "geometry"
|
---|
54 | 54 | },
|
---|
55 | 55 | {
|
---|
56 | 56 | "object": "LayoutSVGRect rect id='clipper'",
|
---|
57 | | "reason": "subtree"
|
---|
| 57 | "reason": "full"
|
---|
58 | 58 | }
|
---|
59 | 59 | ]
|
---|
60 | 60 | }
|
---|
61 | 61 |
|
---|