tor-browser

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

empty-mask.yaml (443B)


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