tor-browser

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

computed-rotation-yflip.yaml (323B)


      1 ---
      2 root:
      3  items:
      4    - type: iframe
      5      id: [1, 3]
      6      bounds: [100, 100, 128, 256]
      7 pipelines:
      8  -
      9    id: [1, 3]
     10    items:
     11      - type: computed-frame
     12        scale-from: [256, 256]
     13        vertical-flip: true
     14        rotation: 90
     15        items:
     16          - image: firefox.png
     17            bounds: [0, 0, 256, 256]