radial-optimized-ref.yaml (843B)
1 # Hand-roll decomposition that webrender would do for radial-optimized.yaml 2 --- 3 root: 4 items: 5 - type: radial-gradient 6 bounds: 160 160 20 30 7 center: 10 15 8 radius: 10 15 9 stops: [0, [255.0,0,0,0.7], 1, [0,0,255.0,0.7]] 10 - type: rect 11 bounds: 10 20 150 140 12 color: [0,0,255.0,0.7] 13 - type: rect 14 bounds: 160 20 20 140 15 color: [0,0,255.0,0.7] 16 - type: rect 17 bounds: 180 20 130 140 18 color: [0,0,255.0,0.7] 19 - type: rect 20 bounds: 10 160 150 30 21 color: [0,0,255.0,0.7] 22 - type: rect 23 bounds: 180 160 130 30 24 color: [0,0,255.0,0.7] 25 - type: rect 26 bounds: 10 190 150 160 27 color: [0,0,255.0,0.7] 28 - type: rect 29 bounds: 160 190 20 160 30 color: [0,0,255.0,0.7] 31 - type: rect 32 bounds: 180 190 130 160 33 color: [0,0,255.0,0.7]