summaryrefslogtreecommitdiff
path: root/info/asymptote-faq-zh-cn/src/figures/8-8c.asy
diff options
context:
space:
mode:
Diffstat (limited to 'info/asymptote-faq-zh-cn/src/figures/8-8c.asy')
-rw-r--r--info/asymptote-faq-zh-cn/src/figures/8-8c.asy7
1 files changed, 7 insertions, 0 deletions
diff --git a/info/asymptote-faq-zh-cn/src/figures/8-8c.asy b/info/asymptote-faq-zh-cn/src/figures/8-8c.asy
new file mode 100644
index 0000000000..d261a935a1
--- /dev/null
+++ b/info/asymptote-faq-zh-cn/src/figures/8-8c.asy
@@ -0,0 +1,7 @@
+path p=(0,0)--(1,0);
+frame object;
+draw(object,scale(100)*p);
+
+add(object);
+add(object,(0,-10));
+