tor-browser

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

blend-container.yaml (435B)


      1 # Verify that clip-chains are correctly applied to root level blend containers (which get
      2 # optimized to be tile caches).
      3 ---
      4 root:
      5  items:
      6    - type: clip
      7      id: 2
      8      bounds: [ 50, 50, 100, 100 ]
      9    -
     10      type: "clip-chain"
     11      id: 3
     12      clips: [2]
     13    - type: stacking-context
     14      blend-container: true
     15      clip-chain: 3
     16      items:
     17        - type: rect
     18          bounds: [ 0, 0, 200, 200 ]
     19          color: blue