tor-browser

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

large-line-decoration.yaml (719B)


      1 ---
      2 root:
      3  items:
      4    - type: line
      5      baseline: 0
      6      start: 0
      7      end: 50
      8      width: 5000
      9      thickness: 5000
     10      orientation: horizontal
     11      color: red
     12      style: solid
     13 
     14    - type: line
     15      baseline: 0
     16      start: 100
     17      end: 150
     18      width: 5000
     19      thickness: 5000
     20      orientation: horizontal
     21      color: green
     22      style: dashed
     23 
     24    - type: line
     25      baseline: 0
     26      start: 200
     27      end: 250
     28      width: 5000
     29      thickness: 5000
     30      orientation: horizontal
     31      color: blue
     32      style: dotted
     33 
     34    - type: line
     35      baseline: 0
     36      start: 300
     37      end: 350
     38      width: 5000
     39      thickness: 5000
     40      orientation: horizontal
     41      color: yellow
     42      style: wavy