tor-browser

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

nested-local-scale.yaml (636B)


      1 # Ensure that local raster scale from a parent is propagated to child surfaces
      2 ---
      3 root:
      4  items:
      5    - type: "stacking-context"
      6      transform: rotate(45)
      7      transform-origin: 450 150
      8      raster-space: local(5.0)
      9      items:
     10      - type: "stacking-context"
     11        transform: scale(5)
     12        transform-origin: 50 50
     13        filters: [identity]
     14        raster-space: local(1.0)
     15        items:
     16          - type: clip
     17            id: 2
     18            complex:
     19              - rect: [0, 0, 100, 100]
     20                radius: 10
     21          - type: rect
     22            clip-chain: [2]
     23            bounds: 0 0 100 100
     24            color: red