tor-browser

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

tiling-radial-3-ref.yaml (615B)


      1 ---
      2 root:
      3  items:
      4    # top left
      5    - type: radial-gradient
      6      bounds: 50 50 200 200
      7      center: 100 100
      8      radius: 200 100
      9      stops: [0, red, 1, blue]
     10    # top right
     11    - type: radial-gradient
     12      bounds: 250 50 200 200
     13      center: 100 100
     14      radius: 200 100
     15      stops: [0, red, 1, blue]
     16    # bottom left
     17    - type: radial-gradient
     18      bounds: 50 250 200 100
     19      center: 100 100
     20      radius: 200 100
     21      stops: [0, red, 1, blue]
     22    # bottom right
     23    - type: radial-gradient
     24      bounds: 250 250 200 100
     25      center: 100 100
     26      radius: 200 100
     27      stops: [0, red, 1, blue]