tor-browser

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

coord-systems.yaml (549B)


      1 # Regression test - ensure we don't crash when we encounter a
      2 # transform hierarchy that has different coordinate systems but
      3 # results in a final transform that is 2d-axis-aligned
      4 ---
      5 root:
      6  items:
      7    - type: stacking-context
      8      bounds: [50, 50, 262, 262]
      9      transform: rotate(45)
     10      items:
     11        - type: stacking-context
     12          bounds: [0, 0, 262, 262]
     13          transform: rotate(-45)
     14          items:
     15            - image: checkerboard(2,16,16)
     16              bounds: [0, 0, 262, 262]
     17              prefer-compositor-surface: true