From ed05c385e816a56d3aeef6d3237d08bb4cd79a51 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 24 Mar 2012 10:55:44 -0600 Subject: [PATCH] coerce picts to PS/PDF in 'smoothed mode --- collects/texpict/private/mrpict-extra.rkt | 1 + 1 file changed, 1 insertion(+) 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)