tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

rounded-corners-3.yaml (531B)


      1 # When the clip chains are shared and handled when compositing the picture cache
      2 # slice, ensure that the border radii are passed in the correct order to the shader.
      3 ---
      4 root:
      5  items:
      6    - type: clip
      7      id: 2
      8      complex:
      9        - rect: [50, 50, 200, 200]
     10          radius: [25, 50, 100, 75]
     11 
     12    - type: clip
     13      id: 3
     14      bounds: [300, 50, 0, 0]
     15 
     16    - type: rect
     17      bounds: 50 50 200 200
     18      color: red
     19      clip-chain: [2]
     20 
     21    - type: rect
     22      bounds: 300 50 200 200
     23      color: red
     24      clip-chain: [2]