tor-browser

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

raster-root-large-mask.yaml (849B)


      1 # Make sure we don't panic by trying to create an excessively large mask render task
      2 # See bug 1637796
      3 ---
      4 root:
      5  items:
      6    - type: stacking-context
      7      bounds: 0 0 0 0
      8      transform: perspective(300)
      9      items:
     10        - type: stacking-context
     11          bounds: 0 0 0 0
     12          transform-style: preserve-3d
     13          transform: ["scale(0.001667, 0.001667)"]
     14          items:
     15            - type: clip
     16              clip-rect: [10, 10, 60000, 60000]
     17              id: 2
     18              complex:
     19                - rect: [10, 10, 60000, 60000]
     20                  radius: [10000, 10000]
     21                  "clip-mode": clip
     22            - type: stacking-context
     23              bounds: 0 0 0 0
     24              items:
     25                - type: rect
     26                  bounds: 0 0 60000 60000
     27                  color: blue
     28                  clip-chain: [2]