blob: f36f0c4e50257336cf6b109aed263b7cb7aa99fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# verify that the raster spatial node selected when a surface is too large
# is correct propagated to the picture render task
---
root:
items:
- type: stacking-context
filters: [identity]
transform: scale(0.5,1,1)
items:
- type: rect
bounds: [0, 0, 1024, 128]
color: red
|