tor-browser

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

fractional-radii.yaml (981B)


      1 ---
      2 root:
      3  items:
      4    - type: clip
      5      id: 2
      6      complex:
      7        - rect: [20, 50, 100, 100]
      8          radius: 0
      9    - type: clip-chain
     10      id: 10
     11      clips: [2]
     12    - type: rect
     13      bounds: 20 50 100 100
     14      color: blue
     15      clip-chain: 10
     16 
     17    - type: clip
     18      id: 3
     19      complex:
     20        - rect: [140, 50, 100, 100]
     21          radius: 0.001
     22    - type: clip-chain
     23      id: 11
     24      clips: [3]
     25    - type: rect
     26      bounds: 140 50 100 100
     27      color: blue
     28      clip-chain: 11
     29 
     30    - type: clip
     31      id: 4
     32      complex:
     33        - rect: [260, 50, 100, 100]
     34          radius: 0.01
     35    - type: clip-chain
     36      id: 12
     37      clips: [4]
     38    - type: rect
     39      bounds: 260 50 100 100
     40      color: blue
     41      clip-chain: 12
     42 
     43    - type: clip
     44      id: 5
     45      complex:
     46        - rect: [380, 50, 100, 100]
     47          radius: 0.1
     48    - type: clip-chain
     49      id: 13
     50      clips: [5]
     51    - type: rect
     52      bounds: 380 50 100 100
     53      color: blue
     54      clip-chain: 13