tor-browser

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

border-zoom.yaml (584B)


      1 ---
      2 root:
      3  items:
      4    - type: reference-frame
      5      transform: scale(4)
      6      items:
      7      - type: stacking-context
      8        bounds: [50, 50, 100, 100]
      9        transform: rotate(-30)
     10        items:
     11          - type: border
     12            bounds: [ 10, 10, 100, 100 ]
     13            width: [ 10, 10, 10, 10 ]
     14            border-type: normal
     15            style: solid
     16            color: [ red, green, blue, black ]
     17            radius: {
     18              top-left: [20, 20],
     19              top-right: [10, 10],
     20              bottom-left: [25, 25],
     21              bottom-right: [0, 0],
     22            }