summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/clip/inverted-ellipse.yaml
blob: 7e98d88ceecb0c0a510fafa37ae968f8197c6e24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Ensure that nine-patch clip-mask rendering works correctly when
# the shape forms an ellipse where the ratio of the corner size
# is inverted from the ratio of the primitive size
---
root:
  items:
    - type: clip
      id: 3
      complex:
        - rect: [50, 50, 225, 150]
          radius: [112.5, 75]
    - type: rect
      bounds: 50 50 225 150
      color: red
      clip-chain: [3]