tor-browser

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

rounded-yuv-surface-ref.yaml (294B)


      1 ---
      2 root:
      3  items:
      4    - type: clip
      5      id: 2
      6      complex:
      7        - rect: [100, 100, 299, 299]
      8          radius: 32
      9 
     10    - type: yuv-image
     11      format: planar
     12      src-y: barn-y.png
     13      src-u: barn-u.png
     14      src-v: barn-v.png
     15      bounds: [100, 100, 299, 299]
     16      clip-chain: [2]