tor-browser

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

sc-mask-with-blur.yaml (475B)


      1 # Verify that a complex clip mask on a stacking content with a blur filter is correctly
      2 # handled, since the downscaled target size may differ from the picture content
      3 ---
      4 root:
      5  items:
      6  - type: clip
      7    id: 2
      8    complex:
      9      - rect: [100, 100, 100, 100]
     10        radius: 32
     11  - type: stacking-context
     12    bounds: [100, 100, 100, 100]
     13    filters: blur(8, 8)
     14    clip-chain: [2]
     15    items:
     16      - type: rect
     17        bounds: [ 0, 0, 100, 100 ]
     18        color: [0, 255, 0]