]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Added "SP" (Set Pen) procedure to replace the old Wn and Pn procedures.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 7 Dec 1999 21:56:29 +0000 (21:56 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 7 Dec 1999 21:56:29 +0000 (21:56 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@800 7a7537e8-13f0-0310-91df-b6672ffda945

data/HPGLprolog

index ba6da515742ef0a314ff52f50e0859ca99aa1fd1..13a7e714bbea569686ed55628321333dc8628f45 100644 (file)
@@ -1,6 +1,6 @@
 %%BeginResource: procset hpgltops 1.0 0
 %
-% "$Id: HPGLprolog,v 1.4 1999/11/02 20:39:18 mike Exp $"
+% "$Id: HPGLprolog,v 1.5 1999/12/07 21:56:29 mike Exp $"
 %
 %   HP-GL/2 filter procset for the Common UNIX Printing System (CUPS).
 %
@@ -33,4 +33,5 @@
 /ST { stroke } bind def
 /CP { closepath } bind def
 /MP { newpath } bind def
+/SP { setlinewidth setrgbcolor } bind def
 %%EndResource