tor-browser

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

near-plane-clip.yaml (491B)


      1 # Test the calculation for screen bounds for transformed primitives that cross the near plane.
      2 ---
      3 root:
      4  items:
      5    -
      6      bounds: [0, 0, 1000, 1000]
      7      type: "stacking-context"
      8      perspective: 200
      9      items:
     10        -
     11          bounds: [0, 0, 1000, 1000]
     12          type: "stacking-context"
     13          transform: rotate-x(30)
     14          items:
     15            -
     16              bounds: [350, 200, 260, 300]
     17              image: checkerboard(2, 16, 16)
     18              stretch-size: 260 260