tor-browser

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

border-overlapping-corner-ref.yaml (541B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 200, 200]
      6      items:
      7        - type: clip
      8          id: 2
      9          complex:
     10            - rect: [ 10, 10, 180, 180 ]
     11              radius:
     12                top-left: [180, 180]
     13                top-right: [0, 0]
     14                bottom-left: [0, 0]
     15                bottom-right: [180, 180]
     16        - type: clip-chain
     17          id: 3
     18          clips: [2]
     19        - type: rect
     20          bounds: [ 0, 0, 200, 200 ]
     21          color: [ 0, 0, 255, 0.5 ]
     22          clip-chain: 3