strange-w.yaml (388B)
1 # don't assume w=1 when checking if the transform is just a translation 2 3 --- 4 root: 5 items: 6 - type: stacking-context 7 bounds: [50, 50, 600, 600] 8 perspective: 20 9 items: 10 - type: stacking-context 11 transform: [1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,2] 12 items: 13 - type: rect 14 bounds: [50, 50, 100, 100] 15 color: red