diff options
author | Hin-Tak Leung <hintak_leung@yahoo.co.uk> | 2010-03-04 22:08:58 +0000 |
---|---|---|
committer | Hin-Tak Leung <hintak_leung@yahoo.co.uk> | 2010-03-04 22:08:58 +0000 |
commit | 489d489299d4cef918bb67e46f9e12014592ad9a (patch) | |
tree | 98b57dcdb67388574ebe62a0f648756325747acf /tools | |
parent | 91594c6ce7617b9e9a73d9f30e22005a80c9629f (diff) |
more VU attribute tags - part of fix for 690083
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10856 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/pxldis.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/pxldis.py b/tools/pxldis.py index 7ba2923b3..078a51268 100755 --- a/tools/pxldis.py +++ b/tools/pxldis.py @@ -295,9 +295,12 @@ pxl_attribute_name_to_attribute_number_dict = { 'UnitsPerMeasure' : 137, 'VectorObjects' : 31, 'VUExtension' : 145, + 'VUDataLength' : 146, 'VUAttr1' : 147, 'VUAttr2' : 148, 'VUAttr3' : 149, + 'VUAttr5' : 151, + 'VUAttr6' : 152, 'WhiteReferencePoint' : 19, # deprecated. 'WritingMode' : 173, # deprecated. 'XSpacingData' : 175, |