tor-browser

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

radial-nan.yaml (862B)


      1 ---
      2 root:
      3  items:
      4    - type: radial-gradient
      5      bounds: 50 50 NaN 300
      6      center: 150 150
      7      radius: 200 200
      8      stops: [0, red, 1, blue]
      9    - type: radial-gradient
     10      bounds: 50 50 300 300
     11      center: 150 NaN
     12      radius: 200 200
     13      stops: [0, red, 1, blue]
     14    - type: radial-gradient
     15      bounds: 50 50 300 300
     16      center: 150 150
     17      radius: NaN 200
     18      stops: [0, red, 1, blue]
     19    - type: radial-gradient
     20      bounds: 50 50 300 300
     21      center: 150 150
     22      radius: 200 200
     23      stops: [0, red, NaN, blue]
     24    - type: radial-gradient
     25      bounds: 50 50 300 300
     26      tile-size: 50 NaN
     27      center: 150 150
     28      radius: 200 200
     29      stops: [0, red, 1, blue]
     30    - type: radial-gradient
     31      bounds: 50 50 300 300
     32      clip-rect: 50 10 NaN 300
     33      center: 150 150
     34      radius: 200 200
     35      stops: [0, red, 1, blue]