Closed
Bug 283432
Opened 20 years ago
Closed 20 years ago
[Postscript] We should use "undef" only if postscript level >1
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: leon.sha, Assigned: leon.sha)
References
Details
Attachments
(2 files)
910 bytes,
patch
|
kherron+mozilla
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
914 bytes,
patch
|
Details | Diff | Splinter Review |
Undef is a postscript level 2 feture.
We should use it if the printer support undef.
Attachment #175408 -
Flags: review?(kherron+mozilla)
Updated•20 years ago
|
Attachment #175408 -
Flags: review?(kherron+mozilla) → review+
Updated•20 years ago
|
Summary: [Postscript] We should use "undef" only if postscript leve >1 → [Postscript] We should use "undef" only if postscript level >1
Attachment #175408 -
Flags: superreview?(roc)
Attachment #175408 -
Flags: superreview?(roc) → superreview+
Comment 2•20 years ago
|
||
Er, on further reflection, this needs a "pop" to remove the dictionary that
"/undef where" pushes onto the stack:
/undef where { pop /rowdata where { /rowdata undef } if } if
Checking in nsPostScriptObj.cpp;
/cvsroot/mozilla/gfx/src/ps/nsPostScriptObj.cpp,v <-- nsPostScriptObj.cpp
new revision: 1.117; previous revision: 1.116
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•