tor-browser

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

text-fixed-slice.yaml (677B)


      1 # Verify that the option to configure performance / quality settings for
      2 # subpixel AA with picture caching is respected.
      3 root:
      4  items:
      5    - type: scroll-frame
      6      bounds: [0, 0, 500, 200]
      7      content-size: [500, 500]
      8      clip-to-frame: true
      9      id: 2
     10      items:
     11      - type: rect
     12        bounds: [0, 0, 500, 200]
     13        color: white
     14        clip-chain: [2]
     15    - type: clip
     16      id: 3
     17      bounds: [0, 0, 500, 200]
     18    - type: rect
     19      bounds: [0, 0, 500, 200]
     20      color: white
     21      clip-chain: [3]
     22    - text: "The sun has frightened off the night!"
     23      origin: 20 40
     24      size: 20
     25      font: "FreeSans.ttf"
     26      spatial-id: 2
     27      clip-chain: [2]