tor-browser

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

clip-between-picclip-and-lca.yaml (541B)


      1 ---
      2 root:
      3  items:
      4  - type: clip
      5    id: 1
      6    bounds: [0, 0, 40, 40]
      7  - type: clip-chain
      8    id: 2
      9    clips: [1]
     10  - type: stacking-context
     11    filters: brightness(0.5)
     12    clip-chain: 2
     13    items:
     14    - type: clip
     15      id: 3
     16      bounds: [0, 0, 40, 40]
     17    - type: clip
     18      id: 4
     19      complex:
     20      - rect: [0, 0, 40, 40]
     21        radius: [20, 20, 20, 20]
     22        clip-mode: clip
     23    - type: clip-chain
     24      id: 5
     25      clips: [3, 4]
     26    - type: rect
     27      bounds: [0, 0, 40, 40]
     28      color: [255, 0, 0, 1.0]
     29      clip-chain: 5