summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/quartercircle.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/quartercircle.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/quartercircle.asy2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/quartercircle.asy b/Master/texmf-dist/doc/asymptote/examples/quartercircle.asy
new file mode 100644
index 00000000000..6565daa046e
--- /dev/null
+++ b/Master/texmf-dist/doc/asymptote/examples/quartercircle.asy
@@ -0,0 +1,2 @@
+size(100,0);
+draw((1,0){up}..{left}(0,1),Arrow);