none of the various render-* worked under linux, due to a platform-specific default in the way ps-setup works.
svn: r14678
This commit is contained in:
parent
ae36abfc37
commit
a3768d00eb
|
@ -454,6 +454,7 @@
|
||||||
(let ([ps-setup (make-object ps-setup%)])
|
(let ([ps-setup (make-object ps-setup%)])
|
||||||
(send ps-setup copy-from (current-ps-setup))
|
(send ps-setup copy-from (current-ps-setup))
|
||||||
(send ps-setup set-file filename)
|
(send ps-setup set-file filename)
|
||||||
|
(send ps-setup set-mode 'file)
|
||||||
(parameterize ([current-ps-setup ps-setup])
|
(parameterize ([current-ps-setup ps-setup])
|
||||||
(make-object post-script-dc% #f #f))))
|
(make-object post-script-dc% #f #f))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user