From ffe615cf039b7251ac5e61246ce342ca7ccf66b2 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 18 Apr 2006 13:12:51 +0000 Subject: [PATCH] moved where smoothing was enabled svn: r2703 --- collects/texpict/face-demo.ss | 2 -- 1 file changed, 2 deletions(-) diff --git a/collects/texpict/face-demo.ss b/collects/texpict/face-demo.ss index 057b28d682..961d5ed72a 100644 --- a/collects/texpict/face-demo.ss +++ b/collects/texpict/face-demo.ss @@ -156,8 +156,6 @@ face-pupils-dx face-pupils-dy))) (send c on-paint)) - (send (send c get-dc) set-smoothing 'aligned) - (define (cb dc) (draw-pict the-pict dc 0 0)) (send c min-width (inexact->exact (floor (* canvas-scale (pict-width the-pict)))))