tor-browser

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

shadow-rotate.yaml (467B)


      1 --- #checks that transformed text shadows can locate glyphs in the glyph cache
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 430, 330]
      6      transform: rotate(30)
      7      items:
      8      - type: "shadow"
      9        bounds: [0, 0, 430, 330]
     10        blur-radius: 1
     11        offset: [0, 1]
     12        color: blue
     13      - text: "a Bcd Efgh Ijklm Nopqrs Tuvwxyz"
     14        origin: 50 200
     15        size: 20
     16        font: "FreeSans.ttf"
     17      - type: "pop-all-shadows"