tor-browser

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

border-dashed-dotted-caching.yaml (1788B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 500, 500]
      6      items:
      7 
      8        - type: border
      9          bounds: [ 0, 10, 25, 30 ]
     10          width: [ 10 ]
     11          border-type: normal
     12          style: [ dashed ]
     13          color: [ blue ]
     14 
     15        - type: border
     16          bounds: [ 0, 60, 200, 30 ]
     17          width: [ 10 ]
     18          border-type: normal
     19          style: [ dashed ]
     20          color: [ blue ]
     21 
     22        - type: border
     23          bounds: [ 0, 110, 300, 30 ]
     24          width: [ 10 ]
     25          border-type: normal
     26          style: [ dashed ]
     27          color: [ blue ]
     28 
     29        - type: border
     30          bounds: [ 0, 160, 400, 30 ]
     31          width: [ 10 ]
     32          border-type: normal
     33          style: [ dashed ]
     34          color: [ blue ]
     35 
     36        - type: border
     37          bounds: [ 0, 210, 500, 30 ]
     38          width: [ 10 ]
     39          border-type: normal
     40          style: [ dashed ]
     41          color: [ blue ]
     42 
     43        - type: border
     44          bounds: [ 0, 260, 25, 30 ]
     45          width: [ 10 ]
     46          border-type: normal
     47          style: [ dotted ]
     48          color: [ blue ]
     49 
     50        - type: border
     51          bounds: [ 0, 310, 200, 30 ]
     52          width: [ 10 ]
     53          border-type: normal
     54          style: [ dotted ]
     55          color: [ blue ]
     56 
     57        - type: border
     58          bounds: [ 0, 360, 300, 30 ]
     59          width: [ 10 ]
     60          border-type: normal
     61          style: [ dotted ]
     62          color: [ blue ]
     63 
     64        - type: border
     65          bounds: [ 0, 410, 400, 30 ]
     66          width: [ 10 ]
     67          border-type: normal
     68          style: [ dotted ]
     69          color: [ blue ]
     70 
     71        - type: border
     72          bounds: [ 0, 460, 500, 30 ]
     73          width: [ 10 ]
     74          border-type: normal
     75          style: [ dotted ]
     76          color: [ blue ]