tor-browser

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

near-plane.yaml (447B)


      1 # In this test, there is a single polygon intersecting the near plane.
      2 ---
      3 root:
      4  items:
      5    - type: stacking-context
      6      bounds: [0, 0, 600, 600]
      7      transform-style: preserve-3d
      8      perspective: 200
      9      items:
     10        - type: stacking-context
     11          bounds: [0, 0, 600, 600]
     12          transform: rotate-x(-60.0)
     13          items:
     14            - type: rect
     15              bounds: [000, 0, 600, 600]
     16              color: [255, 0, 0, 0.5]