tor-browser

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

inset-neg-offset.yaml (434B)


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