summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/shadestroke.asy
blob: b4ee872aa154d3d64effefe706faabde937d6034 (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);