tor-browser

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

box-shadow-large.yaml (415B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 1000, 1000]
      6      items:
      7        - type: box-shadow
      8          bounds: [ 100, 100, 800, 800 ]
      9          blur-radius: 20
     10          border-radius: {
     11            top-left: [20, 20],
     12            top-right: [10, 10],
     13            bottom-left: [25, 25],
     14            bottom-right: [100, 100],
     15          }
     16          color: blue
     17          clip-mode: outset