inverted-ellipse.yaml (393B)
1 # Ensure that nine-patch clip-mask rendering works correctly when 2 # the shape forms an ellipse where the ratio of the corner size 3 # is inverted from the ratio of the primitive size 4 --- 5 root: 6 items: 7 - type: clip 8 id: 3 9 complex: 10 - rect: [50, 50, 225, 150] 11 radius: [112.5, 75] 12 - type: rect 13 bounds: 50 50 225 150 14 color: red 15 clip-chain: [3]