tor-browser

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

tile-occlusion-ref.yaml (285B)


      1 ---
      2 root:
      3  items:
      4    - type: clip
      5      id: 2
      6      complex:
      7        - rect: [100, 100, 200, 200]
      8          radius: 64
      9 
     10    - type: rect
     11      bounds: [100, 100, 200, 200]
     12      color: green
     13 
     14    - type: rect
     15      bounds: [100, 100, 200, 200]
     16      color: red
     17      clip-chain: [2]