tor-browser

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

linear-far-endpoints.yaml (317B)


      1 # Axis-aligned linear gradient with very far endpoints. It goes through the gradient
      2 # decomposition path which should not choke on overflow or casting failure.
      3 ---
      4 root:
      5  items:
      6    - type: gradient
      7      bounds: 50 50 500 500
      8      start: -19958788096 0
      9      end: 19958788096 0
     10      stops: [0.0, red, 1.0, blue]