tor-browser

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

overlap2.yaml (441B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 1000, 1000]
      6      items:
      7        - type: box-shadow
      8          bounds: [ 0, 0, 200, 200 ]
      9          color: red
     10          clip-mode: outset
     11          offset: 200 0
     12          blur-radius: 1
     13          spread-radius: 0
     14          border-radius:
     15            top-left: [100, 100]
     16            top-right: [0, 0]
     17            bottom-left: [0, 0]
     18            bottom-right: [150, 150]