summaryrefslogtreecommitdiff
path: root/info/examples/lgc/3-3-4.mp
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/lgc/3-3-4.mp')
-rw-r--r--info/examples/lgc/3-3-4.mp18
1 files changed, 18 insertions, 0 deletions
diff --git a/info/examples/lgc/3-3-4.mp b/info/examples/lgc/3-3-4.mp
new file mode 100644
index 0000000000..3cfd0e5847
--- /dev/null
+++ b/info/examples/lgc/3-3-4.mp
@@ -0,0 +1,18 @@
+input boxes
+defaultfont:="ptmr8r";
+warningcheck:=0;
+beginfig(1)
+boxjoin(a.e=b.w-(30,0));
+boxit.one("One");
+circleit.two("Two");
+drawboxed(one,two);
+label.lft("1.",one.w);
+label.rt("2.",two.e);
+label.top("a.",
+ point .5*length (one.c{dir 45}..two.c)
+ of (one.c{dir 45}..two.c) );
+draw one.c{dir 45}..two.c
+ cutbefore bpath one
+ cutafter bpath two;
+endfig;
+end;