tor-browser

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

snapshot-multiframe-ref.yaml (267B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 200, 200]
      6      items:
      7        - type: rect
      8          bounds: [ 0, 0, 90, 100 ]
      9          color: [0, 150, 0]
     10        - type: rect
     11          bounds: [ 10, 100, 90, 100 ]
     12          color: [150, 0, 0]