tor-browser

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

premultiplied-radial.yaml (182B)


      1 ---
      2 root:
      3  items:
      4    - type: radial-gradient
      5      bounds: 50 50 200 200
      6      center: 100 100
      7      radius: 100 100
      8      stops: [0.0, red, 0.5, [0.0, 0.0, 0.0, 0.0], 1.0, green]