tor-browser

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

repeated-difference.yaml (786B)


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