diff options
Diffstat (limited to 'Master/texmf-dist/source/metafont/mftoeps/m2esamp/holefill.mf')
-rw-r--r-- | Master/texmf-dist/source/metafont/mftoeps/m2esamp/holefill.mf | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Master/texmf-dist/source/metafont/mftoeps/m2esamp/holefill.mf b/Master/texmf-dist/source/metafont/mftoeps/m2esamp/holefill.mf deleted file mode 100644 index 7478df585de..00000000000 --- a/Master/texmf-dist/source/metafont/mftoeps/m2esamp/holefill.mf +++ /dev/null @@ -1,21 +0,0 @@ -%%%% -%%%% This file belongs to the MFTOEPS package. -%%%% -% --- -% HOLEFILL.MF---a nearly trivial example -% --- -input mftoeps; eps_mode_setup; -w#=4cm#; h#=2cm#; define_pixels(w,h); -set_BB origin, (w,h); -write_preamble jobname; - fix_fill_cmyk 0,0,0,.25; % 25 percent of black - fix_line_width 1pt; - for oper:="draw_C", "fill_C": - scantokens oper -% outer edge: - fullcircle xscaled w yscaled h shifted (.5w,.5h), -% inner edge: - reverse fullcircle xscaled .7w yscaled .7h shifted (.5w,.5h); - endfor -write_postamble; -end. |