Comment 3 for bug 171468

Revision history for this message
Bug Importer (bug-importer) wrote :

If I understand you correctly you want to have a spotcolour
named CutContour defined and used in your postscript.

My guess is that you need to add:
%%DocumentCustomColors: (CutContour)
%%CMYKCustomColor: 0 1 0 0 (CutContour)
before "%%EndComments", and change:
1 0 1 setrgbcolor
into:
0 1 0 0 (CutContour) findcmykcustomcolor 1 setcustomcolor