fix initial transformation matrix of {post-script,pdf}-dc%
This commit is contained in:
parent
4e47aff061
commit
aa31641733
|
@ -180,7 +180,9 @@
|
||||||
(define is-eps? (and as-eps #t))
|
(define is-eps? (and as-eps #t))
|
||||||
(define/public (multiple-pages-ok?) (not is-eps?))
|
(define/public (multiple-pages-ok?) (not is-eps?))
|
||||||
|
|
||||||
(super-new)))
|
(super-new)
|
||||||
|
|
||||||
|
(when c (init-cr-matrix c))))
|
||||||
|
|
||||||
(define post-script-dc% (class (doc+page-check-mixin (dc-mixin (make-dc-backend #f))
|
(define post-script-dc% (class (doc+page-check-mixin (dc-mixin (make-dc-backend #f))
|
||||||
'post-script-dc%)
|
'post-script-dc%)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user