The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
[%  PROCESS ps/lines UNLESS global.ps.loaded.lines;
    global.ps.loaded.outline = 1;
-%]
% define procedure to draw an outline at a fixed distance from path
/outline {
    gsave
    linedashed
    dup /outwide exch def
    setlinewidth
    gsave stroke grestore
    outwide 2 sub setlinewidth 1 setgray [] 0 setdash
    stroke
    grestore
} def