tor-browser

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

difference.yaml (381B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      blend-container: true
      6      items:
      7        - type: rect
      8          bounds: [0, 0, 100, 100]
      9          color: green
     10        - type: stacking-context
     11          bounds: [0, 0, 100, 100]
     12          mix-blend-mode: difference
     13          items:
     14            - type: rect
     15              bounds: [0, 0, 100, 100]
     16              color: green