tor-browser

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

clip-corner-overlap-ref.yaml (3091B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 1000, 1000]
      6      items:
      7        - type: clip
      8          id: 2
      9          complex:
     10            - rect: [ 50, 50, 200, 100 ]
     11              radius:
     12                top-left: [200, 100]
     13                top-right: [0, 0]
     14                bottom-left: [0, 0]
     15                bottom-right: [0, 0]
     16        - type: rect
     17          bounds: [ 50, 50, 200, 100 ]
     18          color: blue
     19          clip-chain: [2]
     20 
     21        - type: clip
     22          id: 3
     23          complex:
     24            - rect: [ 50, 150, 200, 100 ]
     25              radius:
     26                top-left: [0, 0]
     27                top-right: [0, 0]
     28                bottom-left: [200, 100]
     29                bottom-right: [0, 0]
     30        - type: rect
     31          bounds: [ 50, 150, 200, 100 ]
     32          color: blue
     33          clip-chain: [3]
     34 
     35        - type: clip
     36          id: 4
     37          complex:
     38            - rect: [ 300, 50, 100, 200 ]
     39              radius:
     40                top-left: [100, 200]
     41                top-right: [0, 0]
     42                bottom-left: [0, 0]
     43                bottom-right: [0, 0]
     44        - type: rect
     45          bounds: [ 300, 50, 100, 200 ]
     46          color: green
     47          clip-chain: [4]
     48 
     49        - type: clip
     50          id: 5
     51          complex:
     52            - rect: [ 400, 50, 100, 200 ]
     53              radius:
     54                top-left: [0, 0]
     55                top-right: [100, 200]
     56                bottom-left: [0, 0]
     57                bottom-right: [0, 0]
     58        - type: rect
     59          bounds: [ 400, 50, 100, 200 ]
     60          color: green
     61          clip-chain: [5]
     62 
     63        - type: clip
     64          id: 6
     65          complex:
     66            - rect: [ 50, 300, 200, 100 ]
     67              radius:
     68                top-left: [0, 0]
     69                top-right: [200, 100]
     70                bottom-left: [0, 0]
     71                bottom-right: [0, 0]
     72        - type: rect
     73          bounds: [ 50, 300, 200, 100 ]
     74          color: red
     75          clip-chain: [6]
     76 
     77        - type: clip
     78          id: 7
     79          complex:
     80            - rect: [ 50, 400, 200, 100 ]
     81              radius:
     82                top-left: [0, 0]
     83                top-right: [0, 0]
     84                bottom-left: [0, 0]
     85                bottom-right: [200, 100]
     86        - type: rect
     87          bounds: [ 50, 400, 200, 100 ]
     88          color: red
     89          clip-chain: [7]
     90 
     91        - type: clip
     92          id: 8
     93          complex:
     94            - rect: [ 300, 300, 100, 200 ]
     95              radius:
     96                top-left: [0, 0]
     97                top-right: [0, 0]
     98                bottom-left: [100, 200]
     99                bottom-right: [0, 0]
    100        - type: rect
    101          bounds: [ 300, 300, 100, 200 ]
    102          color: yellow
    103          clip-chain: [8]
    104 
    105        - type: clip
    106          id: 9
    107          complex:
    108            - rect: [ 400, 300, 100, 200 ]
    109              radius:
    110                top-left: [0, 0]
    111                top-right: [0, 0]
    112                bottom-left: [0, 0]
    113                bottom-right: [100, 200]
    114        - type: rect
    115          bounds: [ 400, 300, 100, 200 ]
    116          color: yellow
    117          clip-chain: [9]