tor-browser

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

child-surface.yaml (671B)


      1 # verify that the clipping_rect of a child surface (caused by the identity filter)
      2 # is corrected used to select the backdrop for a mix-blend child surface
      3 ---
      4 root:
      5  items:
      6    - type: stacking-context
      7      filters: [identity]
      8      items:
      9      - type: stacking-context
     10        blend-container: true
     11        bounds: [0, 0, 100, 100]
     12        items:
     13          - type: rect
     14            bounds: [0, 0, 100, 100]
     15            color: [255, 0, 0]
     16          - type: stacking-context
     17            bounds: [0, 0, 100, 100]
     18            mix-blend-mode: hue
     19            items:
     20              - type: rect
     21                bounds: [0, 0, 100, 100]
     22                color: [255, 255, 0]