tor-browser

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

mask-atomicity-ref.yaml (346B)


      1 ---
      2 root:
      3  items:
      4    - type: rect
      5      bounds: [25, 25, 100, 100]
      6      color: red
      7    - type: stacking-context
      8      bounds: [0, 0, 200, 200]
      9      filters:
     10        - "opacity(0.5)"
     11      items:
     12      - type: rect
     13        bounds: [0, 0, 100, 100]
     14        color: blue
     15      - type: rect
     16        bounds: [50, 50, 100, 100]
     17        color: green