downscale.yaml (433B)
1 # Tests the image quality of using a very large A8 image 2 # as a clip mask. It's currently not very good! 3 # https://github.com/servo/webrender/issues/2023 4 root: 5 items: 6 - type: clip 7 id: 2 8 image-mask: 9 image: "firefox.png" 10 rect: [0, 0, 350, 90] 11 repeat: false 12 - type: stacking-context 13 clip-chain: [2] 14 items: 15 - type: rect 16 bounds: [0, 0, 350, 90] 17 color: blue