tor-browser

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

linear-backdrop-ref.yaml (223B)


      1 ---
      2 root:
      3  items:
      4    - type: rect
      5      bounds: 0 0 800 450
      6      color: red
      7    - type: gradient
      8      bounds: 0 0 800 450
      9      start: 100 100
     10      end: 700 350
     11      stops: [ 0.0, [255, 255, 255, 1], 1.0, [0,0,0,1] ]