tor-browser

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

radial-backdrop-with-spacing-ref.yaml (281B)


      1 ---
      2 root:
      3  items:
      4    - type: rect
      5      bounds: 0 0 800 450
      6      color: red
      7    - type: radial-gradient
      8      bounds: 0 0 800 450
      9      center: 50 50
     10      radius: 60 60
     11      stops: [ 0.0, [255, 255, 255, 1], 1.0, [0,0,0,1] ]
     12      tile-size: 100 100
     13      tile-spacing: 20 20