blob: 5088e017566f8ff2c0b3237600e9f51524ff5d3f (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Tests that surfaces created by raster roots are scaled based on the surface to parent transform.
---
root:
items:
- type: stacking-context
bounds: [0, 0, 0, 0]
items:
- image: checkerboard(2, 16, 16)
bounds: [0, 0, 260, 260]
|