tor-browser

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

linear-repeat-clip.yaml (427B)


      1 # This test has a gradient primitive that is much larger than its local clip
      2 # and some tiling that can be optimized away. The combination of clipping
      3 # and stretching optimizations used to cause produce the wrong clip.
      4 ---
      5 root:
      6  items:
      7    - type: gradient
      8      bounds: -500 0 2000 500
      9      tile-size: 100 500
     10      clip-rect: 0 0 500 500
     11      start: 0 -20
     12      end: 0 520
     13      stops: [0.0, green, 0.5, blue, 1.0, red]