tor-browser

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

box-shadow-spread-radii.yaml (443B)


      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: blue
     10          clip-mode: outset
     11          offset: 340 60
     12          blur-radius: 4
     13          spread-radius: 40
     14          border-radius:
     15            top-left: [0, 0]
     16            top-right: [100, 100]
     17            bottom-left: [100, 100]
     18            bottom-right: [0, 0]