summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/clip/clip-ellipse.yaml
blob: e0c93c79855d8c3cabff494796ee5003436b8099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
root:
  items:
    - type: rect
      bounds: [20, 20, 100, 100]
      color: red
      complex-clip:
        rect: [20, 20, 100, 100]
        radius: [32, 16]

    - type: rect
      bounds: [130, 20, 100, 100]
      color: green
      complex-clip:
        rect: [130, 20, 100, 100]
        radius: [32, 16]
        clip-mode: clip-out

    - type: rect
      bounds: [20, 130, 100, 100]
      color: red
      complex-clip:
        rect: [20, 130, 100, 100]
        radius: [16, 32]

    - type: rect
      bounds: [130, 130, 100, 100]
      color: green
      complex-clip:
        rect: [130, 130, 100, 100]
        radius: [16, 32]
        clip-mode: clip-out

    - type: rect
      bounds: [20, 240, 100, 100]
      color: red
      complex-clip:
        rect: [20, 240, 100, 100]
        radius: [128, 32]

    - type: rect
      bounds: [130, 240, 100, 100]
      color: green
      complex-clip:
        rect: [130, 240, 100, 100]
        radius: [128, 32]
        clip-mode: clip-out

    - type: rect
      bounds: [20, 350, 100, 100]
      color: red
      complex-clip:
        rect: [20, 350, 100, 100]
        radius: [32, 128]

    - type: rect
      bounds: [130, 350, 100, 100]
      color: green
      complex-clip:
        rect: [130, 350, 100, 100]
        radius: [32, 128]
        clip-mode: clip-out