tor-browser

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

cross-ref.yaml (982B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 100, 200]
      6      items:
      7        - type: stacking-context
      8          bounds: [0, 0, 100, 200]
      9          transform: rotate-y(-45) rotate-x(45)
     10          items:
     11            - type: rect
     12              bounds: [0, 0, 50, 100]
     13              color: green
     14        - type: stacking-context
     15          bounds: [0, 0, 100, 200]
     16          transform: rotate-y(45) rotate-x(45)
     17          items:
     18            - type: rect
     19              bounds: [0, 0, 50, 100]
     20              color: red
     21        - type: stacking-context
     22          bounds: [0, 0, 100, 200]
     23          transform: rotate-y(45) rotate-x(45)
     24          items:
     25            - type: rect
     26              bounds: [50, 0, 50, 100]
     27              color: red
     28        - type: stacking-context
     29          bounds: [0, 0, 100, 200]
     30          transform: rotate-y(-45) rotate-x(45)
     31          items:
     32            - type: rect
     33              bounds: [50, 0, 50, 100]
     34              color: green