tor-browser

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

clip-mode.yaml (536B)


      1 ---
      2 root:
      3  items:
      4    - type: clip
      5      id: 2
      6      complex:
      7        - rect: [20, 20, 100, 100]
      8          radius: 32
      9    - type: clip-chain
     10      id: 12
     11      clips: [2]
     12    - type: rect
     13      bounds: [20, 20, 100, 100]
     14      color: red
     15      clip-chain: 12
     16 
     17    - type: clip
     18      id: 3
     19      complex:
     20        - rect: [130, 20, 100, 100]
     21          radius: 32
     22          clip-mode: clip-out
     23    - type: clip-chain
     24      id: 13
     25      clips: [3]
     26    - type: rect
     27      bounds: [130, 20, 100, 100]
     28      color: green
     29      clip-chain: 13