summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/metafont/mftoeps/m2esamp/sample2d.mf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/metafont/mftoeps/m2esamp/sample2d.mf')
-rw-r--r--Master/texmf-dist/source/metafont/mftoeps/m2esamp/sample2d.mf23
1 files changed, 0 insertions, 23 deletions
diff --git a/Master/texmf-dist/source/metafont/mftoeps/m2esamp/sample2d.mf b/Master/texmf-dist/source/metafont/mftoeps/m2esamp/sample2d.mf
deleted file mode 100644
index 8fe9f9bfb5f..00000000000
--- a/Master/texmf-dist/source/metafont/mftoeps/m2esamp/sample2d.mf
+++ /dev/null
@@ -1,23 +0,0 @@
-%%%%
-%%%% This file belongs to the MFTOEPS package.
-%%%%
-% ---
-% SAMPLE2D.MF
-% ---
-input polygons;
-input mftoeps;
-eps_mode_setup;
-beginchar(0,16mm#,16mm#,0);
- path P[ ]; % ``room'' for two polygons
-% preparing:
- P[1]:=regular_polygon(7) scaled w shifted (.5w,.5h);
- P[2]:=flex_polygon(7,-45,45) scaled w shifted (.5w,.5h);
-% exporting:
- find_BB P[1], P[2];
- write_preamble jobname;
- fix_fill_cmyk 0,0,0,.25; % 25 percent of black
- fix_line_width 1pt;
- fill_C P1; draw_C P2;
- write_postamble;
-endchar;
-end.