blob: 7cc2b777104a788135d48609aa2d47aff43b5dc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Regression test - ensure we don't crash when we encounter a
# transform hierarchy that has different coordinate systems but
# results in a final transform that is 2d-axis-aligned
---
root:
items:
- type: stacking-context
bounds: [50, 50, 262, 262]
transform: rotate(45)
items:
- type: stacking-context
bounds: [0, 0, 262, 262]
transform: rotate(-45)
items:
- image: checkerboard(2,16,16)
bounds: [0, 0, 262, 262]
prefer-compositor-surface: true
|