diff --git a/collects/texpict/private/mrpict-extra.rkt b/collects/texpict/private/mrpict-extra.rkt index 8cf8023a3f..8a8e9d1474 100644 --- a/collects/texpict/private/mrpict-extra.rkt +++ b/collects/texpict/private/mrpict-extra.rkt @@ -491,6 +491,7 @@ [width (* (pict-width p) (unbox xs))] [height (* (pict-height p) (unbox ys))] [output s])]) + (send dc set-smoothing 'smoothed) (send dc start-doc "pict") (send dc start-page) (draw-pict p dc 0 0)