tor-browser

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

box-shadow-blurred-overlapping-radii.yaml (444B)


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