tor-browser

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

tile-size.yaml (510B)


      1 root:
      2  items:
      3    - image: xy-gradient(512, 512)
      4      bounds: 0 0 512 512
      5      stretch-size: 512 512
      6      tile-size: 64
      7    - image: xy-gradient(512, 512)
      8      bounds: 512 0 512 512
      9      stretch-size: 512 512
     10      tile-size: 128
     11    - image: xy-gradient(512, 512)
     12      bounds: 0 512 512 512
     13      stretch-size: 512 512
     14      tile-size: 256
     15      # tile size bigger than the image itself
     16    - image: xy-gradient(512, 512)
     17      bounds: 512 512 512 512
     18      stretch-size: 512 512
     19      tile-size: 4096