summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/transforms/border-scale-4.yaml
blob: b2e50bbd2cf42b1939f8d43bf1c0eb13ed0f7f35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
root:
  items:
    - type: stacking-context
      bounds: [50, 50, 100, 100]
      transform: [1,0,0,0, 0,10,0,0, 0,0,1,0, 0,0,0,1]
      items:
        - type: border
          bounds: [ 50, 5, 200, 10 ]
          width: [ 1, 10, 1, 10 ]
          border-type: normal
          style: solid
          color: [ blue, blue, blue, blue ]
          radius: {
            top-left: [50, 5],
            top-right: [50, 5],
            bottom-left: [50, 5],
            bottom-right: [50, 5],
          }