tor-browser

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

gradient_cache_clamp_ref.yaml (613B)


      1 ---
      2 root:
      3  items:
      4    - type: gradient
      5      bounds: 0 0 400 200
      6      start: 0 100
      7      end: 400 100
      8      stops: [
      9          0.0,  blue,
     10          0.25, blue,
     11          0.25, red,
     12          1.0,  red]
     13    - type: gradient
     14      bounds: 0 300 400 200
     15      start: 0 100
     16      end: 400 100
     17      stops: [
     18            0.0, blue,
     19            0.5, blue,
     20            0.5, red,
     21            1.0, red]
     22    - type: gradient
     23      bounds: 0 600 200 400
     24      start: 0 0
     25      end: 0 400
     26      stops: [
     27          0.0,  blue,
     28          0.25,  blue,
     29          0.75,  red,
     30          1.0,  red]