tor-browser

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

segments-bug.yaml (672B)


      1 # Test that opaque/alpha segments are correctly calculated
      2 # when the clip is in a different (but compatible) coordinate
      3 # space from the primitive.
      4 ---
      5 root:
      6  items:
      7    -
      8      type: "stacking-context"
      9      items:
     10        -
     11          type: clip
     12          id: 4
     13          complex:
     14            -
     15              rect: [12, 12, 130, 130]
     16              radius: 20
     17              "clip-mode": clip
     18        -
     19          type: "stacking-context"
     20          transform: [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 12, 0, 1]
     21          items:
     22            -
     23              bounds: [0, 0, 130, 130]
     24              type: rect
     25              color: 0 128 0 1.0000
     26              clip-chain: [4]