summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/strokeshade.asy
blob: f9413091d1c237eca0b05a7c007985a8c7236944 (plain)
1
2
3
4
size(100);
guide g=(0,0)..controls(70,30) and (-40,30)..(30,0);
latticeshade(g,stroke=true,linewidth(10),
	     new pen[][] {{red,orange,yellow},{green,blue,purple}});