You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Currently the likes of
OutlineTitles
andInlineTitles
work as follows.clip
;setlinewidth
ing to a smaller value,stroke
ing 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
stroke
d black, with no painting of white.This has been discussed on comp.lang.postscript:
Whence, no joy.
Edit:
The text was updated successfully, but these errors were encountered: