summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/shadestroke.asy
blob: 44f0b6e8a3f6bad33d0c0a724920919d3286d6e7 (plain)
1
2
3
4
5
size(100);

radialshade(W..N..E--(0,0),stroke=true,
	    red+linewidth(30),(0,0),0.25,yellow,(0,0),1);