summaryrefslogtreecommitdiff
path: root/info/asymptote-faq-zh-cn/src/figures/5-1a.asy
diff options
context:
space:
mode:
Diffstat (limited to 'info/asymptote-faq-zh-cn/src/figures/5-1a.asy')
-rw-r--r--info/asymptote-faq-zh-cn/src/figures/5-1a.asy6
1 files changed, 6 insertions, 0 deletions
diff --git a/info/asymptote-faq-zh-cn/src/figures/5-1a.asy b/info/asymptote-faq-zh-cn/src/figures/5-1a.asy
new file mode 100644
index 0000000000..74bcd1cfc4
--- /dev/null
+++ b/info/asymptote-faq-zh-cn/src/figures/5-1a.asy
@@ -0,0 +1,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)));
+