conic-color-wheel.yaml (362B)
1 --- 2 root: 3 items: 4 - type: clip 5 id: 2 6 complex: 7 - rect: [50, 50, 300, 300] 8 radius: 300 9 - type: conic-gradient 10 bounds: 50 50 300 300 11 center: 150 150 12 angle: 0.0 13 stops: [0.0, red, 0.16666, yellow, 0.33333, green, 0.5, [0,255,255,1], 0.66666, blue, 0.83333, [255,0,255,1], 1.0, red] 14 clip-chain: [2]