tor-browser

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

clip-ellipse.yaml (2202B)


      1 ---
      2 root:
      3  items:
      4    - type: clip
      5      id: 100
      6      complex:
      7        - rect: [20, 20, 100, 100]
      8          radius: [32, 16]
      9    - type: clip-chain
     10      id: 200
     11      clips: [100]
     12    - type: rect
     13      bounds: [20, 20, 100, 100]
     14      color: red
     15      clip-chain: 200
     16 
     17    - type: clip
     18      id: 101
     19      complex:
     20        - rect: [130, 20, 100, 100]
     21          radius: [32, 16]
     22          clip-mode: clip-out
     23    - type: clip-chain
     24      id: 201
     25      clips: [101]
     26    - type: rect
     27      bounds: [130, 20, 100, 100]
     28      color: green
     29      clip-chain: 201
     30 
     31    - type: clip
     32      id: 102
     33      complex:
     34        - rect: [20, 130, 100, 100]
     35          radius: [16, 32]
     36    - type: clip-chain
     37      id: 202
     38      clips: [102]
     39    - type: rect
     40      bounds: [20, 130, 100, 100]
     41      color: red
     42      clip-chain: 202
     43 
     44    - type: clip
     45      id: 103
     46      complex:
     47        - rect: [130, 130, 100, 100]
     48          radius: [16, 32]
     49          clip-mode: clip-out
     50    - type: clip-chain
     51      id: 203
     52      clips: [103]
     53    - type: rect
     54      bounds: [130, 130, 100, 100]
     55      color: green
     56      clip-chain: 203
     57 
     58    - type: clip
     59      id: 104
     60      complex:
     61        - rect: [20, 240, 100, 100]
     62          radius: [128, 32]
     63    - type: clip-chain
     64      id: 204
     65      clips: [104]
     66    - type: rect
     67      bounds: [20, 240, 100, 100]
     68      color: red
     69      clip-chain: 204
     70 
     71    - type: clip
     72      id: 105
     73      complex:
     74        - rect: [130, 240, 100, 100]
     75          radius: [128, 32]
     76          clip-mode: clip-out
     77    - type: clip-chain
     78      id: 205
     79      clips: [105]
     80    - type: rect
     81      bounds: [130, 240, 100, 100]
     82      color: green
     83      clip-chain: 205
     84 
     85    - type: clip
     86      id: 106
     87      complex:
     88        - rect: [20, 350, 100, 100]
     89          radius: [32, 128]
     90    - type: clip-chain
     91      id: 206
     92      clips: [106]
     93    - type: rect
     94      bounds: [20, 350, 100, 100]
     95      color: red
     96      clip-chain: 206
     97 
     98    - type: clip
     99      id: 107
    100      complex:
    101        - rect: [130, 350, 100, 100]
    102          radius: [32, 128]
    103          clip-mode: clip-out
    104    - type: clip-chain
    105      id: 207
    106      clips: [107]
    107    - type: rect
    108      bounds: [130, 350, 100, 100]
    109      color: green
    110      clip-chain: 207