Currently the likes of OutlineTitles and InlineTitles work as follows.
- As needed,
clip;
- Loop, each pass
setlinewidthing to a smaller value,strokeing in alternate loops white or black.
This imposes a large burden on printers, some of which cope slowly.
It would be much better if there were a function that made a path a certain distance from a pre-existing path. The new path could then be stroked black, with no painting of white.
This has been discussed on comp.lang.postscript:
Whence, no joy.
Edit:
Currently the likes of
OutlineTitlesandInlineTitleswork as follows.clip;setlinewidthing to a smaller value,strokeing in alternate loops white or black.This imposes a large burden on printers, some of which cope slowly.
It would be much better if there were a function that made a path a certain distance from a pre-existing path. The new path could then be
stroked black, with no painting of white.This has been discussed on comp.lang.postscript:
Whence, no joy.
Edit: