tor-browser

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

multi-mix-blend-mode.yaml (569B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      blend-container: true
      6      items:
      7      - type: rect
      8        bounds: 0 0 800 200
      9        color: [255, 0, 0, 1]
     10 
     11      - type: stacking-context
     12        bounds: 50 50 100 100
     13        mix-blend-mode: difference
     14        items:
     15          - type: rect
     16            bounds: 0 0 100 100
     17            color: [0, 255, 0, 1]
     18 
     19      - type: stacking-context
     20        bounds: 300 50 100 100
     21        mix-blend-mode: difference
     22        items:
     23          - type: rect
     24            bounds: 0 0 400 100
     25            color: [0, 0, 255, 1]