tor-browser

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

order-3.yaml (703B)


      1 # Ensure that preserve-3d items are correctly batched with transparent siblings.
      2 ---
      3 root:
      4  items:
      5    -
      6      type: stacking-context
      7      transform-style: "preserve-3d"
      8      items:
      9        -
     10          type: rect
     11          bounds: [8, 8, 200, 200]
     12          color: blue
     13    -
     14      type: stacking-context
     15      transform-style: "preserve-3d"
     16      items:
     17        -
     18          type: rect
     19          bounds: [8, 208, 200, 200]
     20          color: blue
     21    - type: rect
     22      color: [255, 0, 0, 0.5]
     23      bounds: [8, 408, 200, 200]
     24    -
     25      type: stacking-context
     26      transform-style: "preserve-3d"
     27      items:
     28        -
     29          type: rect
     30          bounds: [8, 408, 200, 200]
     31          color: blue