perspective-border-radius.yaml (644B)
1 --- 2 root: 3 items: 4 - 5 bounds: [0, 0, 1000, 1000] 6 type: "stacking-context" 7 perspective: 256 8 items: 9 - 10 bounds: [128, 128, 256, 256] 11 type: "stacking-context" 12 transform: rotate-x(-60) rotate-y(-120) 13 items: 14 - type: clip 15 id: 101 16 complex: 17 - rect: [128, 128, 256, 256] 18 radius: [64, 32] 19 - type: clip-chain 20 id: 201 21 clips: [101] 22 - 23 bounds: [128, 128, 256, 256] 24 type: rect 25 color: blue 26 clip-chain: 201