tor-browser

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

rotate-clip.yaml (393B)


      1 ---
      2 root:
      3  items:
      4    -
      5      type: clip
      6      id: 2
      7      bounds: [0, 0, 2000, 2000]
      8      clip-rect: [0, 0, 2000, 2000]
      9    -
     10      bounds: [100, 0, 150, 150]
     11      type: "stacking-context"
     12      transform: rotate-x(45)
     13      transform-origin: [0, 500]
     14      items:
     15        -
     16          bounds: [0, 0, 150, 150]
     17          type: rect
     18          color: 0 128 0 1.0000
     19          clip-chain: [2]