coerce picts to PS/PDF in 'smoothed mode
This commit is contained in:
parent
4469b669fc
commit
ed05c385e8
|
@ -491,6 +491,7 @@
|
||||||
[width (* (pict-width p) (unbox xs))]
|
[width (* (pict-width p) (unbox xs))]
|
||||||
[height (* (pict-height p) (unbox ys))]
|
[height (* (pict-height p) (unbox ys))]
|
||||||
[output s])])
|
[output s])])
|
||||||
|
(send dc set-smoothing 'smoothed)
|
||||||
(send dc start-doc "pict")
|
(send dc start-doc "pict")
|
||||||
(send dc start-page)
|
(send dc start-page)
|
||||||
(draw-pict p dc 0 0)
|
(draw-pict p dc 0 0)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user