blob: 9bae5c20f16e927c849fda0b9f797e7935ffaf2d (
plain)
1
2
3
4
5
6
7
|
mode_setup; font_setup;
px#:=rule_thickness#; % horizontal thickness of pen
py#:=.9px#; % vertical pen thickness
define_blacker_pixels(px,py);
pickup pencircle xscaled px yscaled py;
plotter_pen:=savepen;
|