tor-browser

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

checkerboard-tiling.yaml (451B)


      1 # Tests a tiled image mask with leftover tile offsets.
      2 ---
      3 root:
      4  items:
      5    - type: clip
      6      id: 2
      7      image-mask:
      8        image: transparent-checkerboard(2, 16, 16)
      9        rect: [0, 0, 200, 200]
     10        repeat: false
     11        # This is the point of the test, can't be a divisor of 200.
     12        tile-size: 37
     13    - type: stacking-context
     14      clip-chain: [2]
     15      items:
     16      - type: rect
     17        bounds: [0, 0, 200, 200]
     18        color: blue