summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/transforms/border-zoom.yaml
blob: f3f472bf2114a21640a7b5ace941aa2a905312b7 (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: rotate(-30)
      items:
        - type: border
          bounds: [ 10, 10, 100, 100 ]
          width: [ 10, 10, 10, 10 ]
          border-type: normal
          style: solid
          color: [ red, green, blue, black ]
          radius: {
            top-left: [20, 20],
            top-right: [10, 10],
            bottom-left: [25, 25],
            bottom-right: [0, 0],
          }