[racket] 2htdp/image question

From: Justin Zamora (justin at zamora.com)
Date: Fri Sep 10 17:33:38 EDT 2010

This is a bug/limitation of the Windows implementation.  I filed a bug
report against this a few months ago
(http://bugs.racket-lang.org/query/?cmd=view&pr=10969).  It apparently
has something to do with the way 1-pixel lines are drawn and clipped
on different platforms.

Justin

On Fri, Sep 10, 2010 at 5:23 PM, Mark Engelberg
<mark.engelberg at gmail.com> wrote:
> Why is it that
> (empty-scene 100 100) produces a white scene with a black border
> around all four edges, but
> (place-image (circle 10 'solid 'red) 10 10 (empty-scene 100 100))
> produces a scene with a black border only on its top and left edges?
>
> (This is in Racket 5.0.1 on Windows)
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>


Posted on the users mailing list.