
On 23/03/14 18:54, Mark Trickett wrote:
Hello All,
Responding to a couple of responses from Robin, but with information for all. ... What worked to remove the line of the clipping box was adding a newpath operator following the clip operator. The subsequent parts "stroked"
The reason that I suggested using newpath was not my great insight into postscript but just a reading of the Adobe reference manual re clip, which ends: "Unlike fill and stroke, clip does not implicitly perform newpath after it has finished using the current path. Any subsequent path construction operators will append to the current path unless newpath is executed explicitly. This can cause unexpected behaviour." It's just postscript going on its usual obscure way.