[gs-commits] rev 10852 - trunk/ghostpdl/tools
hintak at ghostscript.com
hintak at ghostscript.com
Thu Mar 4 19:51:03 UTC 2010
Author: hintak
Date: 2010-03-04 19:51:03 +0000 (Thu, 04 Mar 2010)
New Revision: 10852
Modified:
trunk/ghostpdl/tools/pxlasm.py
trunk/ghostpdl/tools/pxldis.py
Log:
adding a few VendorUnique attribute numbers; 2nd part of fixing 691146
Modified: trunk/ghostpdl/tools/pxlasm.py
===================================================================
--- trunk/ghostpdl/tools/pxlasm.py 2010-03-04 19:38:32 UTC (rev 10851)
+++ trunk/ghostpdl/tools/pxlasm.py 2010-03-04 19:51:03 UTC (rev 10852)
@@ -297,7 +297,9 @@
'UnitsPerMeasure' : 137,
'VectorObjects' : 31,
'VUExtension' : 145,
- 'VUAttr' : 147,
+ 'VUAttr1' : 147,
+ 'VUAttr2' : 148,
+ 'VUAttr3' : 149,
'WhiteReferencePoint' : 19, # deprecated.
'WritingMode' : 173, # deprecated.
'XSpacingData' : 175,
Modified: trunk/ghostpdl/tools/pxldis.py
===================================================================
--- trunk/ghostpdl/tools/pxldis.py 2010-03-04 19:38:32 UTC (rev 10851)
+++ trunk/ghostpdl/tools/pxldis.py 2010-03-04 19:51:03 UTC (rev 10852)
@@ -295,7 +295,9 @@
'UnitsPerMeasure' : 137,
'VectorObjects' : 31,
'VUExtension' : 145,
- 'VUAttr' : 147,
+ 'VUAttr1' : 147,
+ 'VUAttr2' : 148,
+ 'VUAttr3' : 149,
'WhiteReferencePoint' : 19, # deprecated.
'WritingMode' : 173, # deprecated.
'XSpacingData' : 175,
More information about the gs-commits
mailing list