summaryrefslogtreecommitdiff
path: root/info/asymptote-faq-zh-cn/src/figures/5-1a.asy
blob: 74bcd1cfc418f8b510d94cb3d4f48ce99bdb3712 (plain)
1
2
3
4
5
6
size(200);
path g = (0,0)..(1,3)..(3,0);
draw(g,Arrow(Relative(0.9)));
add(arrow(g,invisible,FillDraw(black),Relative(0.5)));
add(arrow(reverse(g),invisible,FillDraw(white,black),Relative(0.9)));