tor-browser

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

rounded-corners-4-ref.yaml (485B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      transform: scale(0.5)
      6      items:
      7        - type: clip
      8          id: 2
      9          complex:
     10            - rect: [50, 50, 200, 200]
     11              radius: 100
     12 
     13        - type: clip
     14          id: 3
     15          bounds: [300, 50, 0, 0]
     16 
     17        - type: rect
     18          bounds: 50 50 200 200
     19          color: red
     20          clip-chain: [2]
     21 
     22        - type: rect
     23          bounds: 300 50 200 200
     24          color: red
     25          clip-chain: [3]