tor-browser

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

border-image-crash-ref.yaml (516B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 500, 500]
      6      items:
      7        - type: border
      8          bounds: [ 100, 100, 192, 192 ]
      9          width: 32
     10          border-type: image
     11          image-source: "border-image-src.png"
     12          image-width: 32
     13          image-height: 32
     14          slice: [ 3, 0, 1, 36 ]
     15          repeat-vertical: stretch
     16          repeat-horizontal: stretch
     17          fill: true
     18        - type: rect
     19          bounds: [ 100, 100, 192, 192 ]
     20          color: white