summaryrefslogtreecommitdiff
path: root/info/examples/lgc/3-1-5.mp
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/lgc/3-1-5.mp')
-rw-r--r--info/examples/lgc/3-1-5.mp13
1 files changed, 13 insertions, 0 deletions
diff --git a/info/examples/lgc/3-1-5.mp b/info/examples/lgc/3-1-5.mp
new file mode 100644
index 0000000000..b4f9d851a5
--- /dev/null
+++ b/info/examples/lgc/3-1-5.mp
@@ -0,0 +1,13 @@
+
+defaultfont:="ptmr8r";
+warningcheck:=0;
+beginfig(1)
+path p,q;
+u=.5cm;
+q=(0u,0u)--(6u,0u)--(4u,3u);
+draw q;
+p=(0u,0u){curl 4000}..(6u,0u)
+ ..{curl 4000}(4u,3u);
+draw p;
+endfig;
+end;