tor-browser

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

inset-spread.yaml (301B)


      1 ---
      2 root:
      3  items:
      4        - type: stacking-context
      5          bounds: [50, 50, 100, 100]
      6          items:
      7            - type: box-shadow
      8              bounds: [ 10, 10, 80, 80 ]
      9              blur-radius: 5
     10              clip-mode: inset
     11              spread-radius: 20
     12              color: [0, 0, 0]