tor-browser

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

border-radius.yaml (328B)


      1 ---
      2 root:
      3  items:
      4    - type: clip
      5      id: 2
      6      complex:
      7        - rect: [20, 20, 100, 100]
      8          radius: 32
      9    - type: rect
     10      bounds: [20, 20, 100, 100]
     11      color: blue
     12      clip-chain: [2]
     13    - text: "A"
     14      origin: 30 120
     15      size: 200
     16      color: red
     17      font: "FreeSans.ttf"
     18      clip-chain: [2]