tor-browser

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

corner-scale.yaml (320B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 800, 800]
      6      transform: scale(2)
      7      items:
      8      - type: clip
      9        id: 1
     10        complex:
     11          - rect: [10, 10, 300, 300]
     12            radius: 32
     13      - type: rect
     14        bounds: 10 10 300 300
     15        color: red
     16        clip-chain: [1]