tor-browser

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

snapshot-complex-clip-ref.yaml (1441B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 1000, 1000]
      6      items:
      7      - type: stacking-context
      8        bounds: [0, 0, 200, 200]
      9        items:
     10          - type: clip
     11            id: 101
     12            complex:
     13              - rect: [10, 10, 180, 180]
     14                radius: [32, 16]
     15                clip-mode: clip-out
     16          - type: clip-chain
     17            id: 201
     18            clips: [101]
     19          - type: stacking-context
     20            bounds: [0, 0, 200, 200]
     21            clip-chain: 201
     22            items:
     23            - type: rect
     24              bounds: [0, 0, 200, 200]
     25              color: green
     26              clip-chain: 201
     27            - type: rect
     28              bounds: [100, 100, 100, 100]
     29              color: [100, 100, 100]
     30 
     31      - type: stacking-context
     32        bounds: [200, 0, 200, 200]
     33        items:
     34          - type: clip
     35            id: 102
     36            complex:
     37              - rect: [10, 10, 180, 180]
     38                radius: [32, 16]
     39                clip-mode: clip-out
     40          - type: clip-chain
     41            id: 202
     42            clips: [102]
     43          - type: stacking-context
     44            bounds: [0, 0, 200, 200]
     45            clip-chain: 202
     46            items:
     47            - type: rect
     48              bounds: [0, 0, 200, 200]
     49              color: green
     50              clip-chain: 202
     51            - type: rect
     52              bounds: [100, 100, 100, 100]
     53              color: [100, 100, 100]