tor-browser

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

sibling-hidden-clip.yaml (425B)


      1 ---
      2 root:
      3  items:
      4    -
      5      bounds: [0, 0, 200, 200]
      6      type: "stacking-context"
      7      "scroll-policy": scrollable
      8      filters: [opacity(0.0)]
      9      items:
     10        -
     11          bounds: [0, 0, 50, 80]
     12          type: clip
     13          id: 2
     14        - type: clip-chain
     15          id: 12
     16          clips: [2]
     17    - type: rect
     18      bounds: [10, 10, 100, 100]
     19      color: red
     20      clip-chain: 12
     21 
     22  id: [0, 0]
     23 pipelines: []