diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex-graphics-companion/3-3-3.mp')
-rw-r--r-- | Master/texmf-doc/doc/english/latex-graphics-companion/3-3-3.mp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex-graphics-companion/3-3-3.mp b/Master/texmf-doc/doc/english/latex-graphics-companion/3-3-3.mp new file mode 100644 index 00000000000..f970222eb70 --- /dev/null +++ b/Master/texmf-doc/doc/english/latex-graphics-companion/3-3-3.mp @@ -0,0 +1,19 @@ +input boxes +defaultfont:="ptmr8r"; +warningcheck:=0; +beginfig(1) +boxjoin(a.n=b.s-(20,60)); +boxit.one("One"); +circleit.two("Two"); +drawboxes(one,two); +boxjoin(); +boxit.three("Three"); +three.w=one.e+(20,0); +fill bpath three withcolor green; +draw bpath three; +draw pic(three) withcolor red; +drawarrow one.c--two.c + cutbefore bpath one + cutafter bpath two; +endfig; +end; |